Struct wasefire_wire::Yoke
source · pub struct Yoke<T: Wire<'static>> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Yoke<T>where
T: Freeze,
impl<T> RefUnwindSafe for Yoke<T>where
T: RefUnwindSafe,
impl<T> !Send for Yoke<T>
impl<T> !Sync for Yoke<T>
impl<T> Unpin for Yoke<T>where
T: Unpin,
impl<T> UnwindSafe for Yoke<T>where
T: UnwindSafe,
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