pub struct UnitMarshaler;Trait Implementations§
Source§impl ReturnType for UnitMarshaler
impl ReturnType for UnitMarshaler
type Foreign = ()
type ForeignTraitObject = ()
fn foreign_default()
fn foreign_default_trait_object() -> Self::ForeignTraitObject
Auto Trait Implementations§
impl Freeze for UnitMarshaler
impl RefUnwindSafe for UnitMarshaler
impl Send for UnitMarshaler
impl Sync for UnitMarshaler
impl Unpin for UnitMarshaler
impl UnsafeUnpin for UnitMarshaler
impl UnwindSafe for UnitMarshaler
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