pub struct Instance<B: Backend> { /* private fields */ }
Expand description
Raw instance wrapper with id.
Implementations§
Source§impl<B> Instance<B>where
B: Backend,
impl<B> Instance<B>where
B: Backend,
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for Instance<B>
impl<B> !RefUnwindSafe for Instance<B>
impl<B> Send for Instance<B>
impl<B> Sync for Instance<B>
impl<B> Unpin for Instance<B>where
B: Unpin,
impl<B> !UnwindSafe for Instance<B>
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