pub struct AnotherEmptyStruct {}Trait Implementations§
Source§impl<___E> Encode<AnotherEmptyStruct, ___E> for AnotherEmptyStructwhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<AnotherEmptyStruct, ___E> for AnotherEmptyStructwhere
___E: InternalHandleEncoder + ?Sized,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<AnotherEmptyStruct>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<AnotherEmptyStruct>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Auto Trait Implementations§
impl Freeze for AnotherEmptyStruct
impl RefUnwindSafe for AnotherEmptyStruct
impl Send for AnotherEmptyStruct
impl Sync for AnotherEmptyStruct
impl Unpin for AnotherEmptyStruct
impl UnsafeUnpin for AnotherEmptyStruct
impl UnwindSafe for AnotherEmptyStruct
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]