pub struct Service<'de> { /* private fields */ }Expand description
The wire type corresponding to Service.
Implementations§
Trait Implementations§
Source§impl Constrained for Service<'_>
impl Constrained for Service<'_>
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
Source§impl<'a, ___E> Encode<Service<'static>, ___E> for &'a Servicewhere
___E: Encoder + ?Sized,
impl<'a, ___E> Encode<Service<'static>, ___E> for &'a Servicewhere
___E: Encoder + ?Sized,
Source§impl<___E> Encode<Service<'static>, ___E> for Servicewhere
___E: Encoder + ?Sized,
impl<___E> Encode<Service<'static>, ___E> for Servicewhere
___E: Encoder + ?Sized,
Source§impl<'de> FromWireRef<Service<'de>> for Service
impl<'de> FromWireRef<Service<'de>> for Service
Source§fn from_wire_ref(wire: &Service<'de>) -> Service
fn from_wire_ref(wire: &Service<'de>) -> Service
Converts the given reference to this type.
Auto Trait Implementations§
impl<'de> Freeze for Service<'de>
impl<'de> RefUnwindSafe for Service<'de>
impl<'de> Send for Service<'de>
impl<'de> Sync for Service<'de>
impl<'de> Unpin for Service<'de>
impl<'de> !UnwindSafe for Service<'de>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]