pub struct VerbInstance<H> { /* private fields */ }
Expand description
An instance of a Verb
Implementations§
Source§impl<H: 'static> VerbInstance<H>
impl<H: 'static> VerbInstance<H>
Trait Implementations§
Source§impl<H: 'static> Clone for VerbInstance<H>
impl<H: 'static> Clone for VerbInstance<H>
Auto Trait Implementations§
impl<H> Freeze for VerbInstance<H>
impl<H> !RefUnwindSafe for VerbInstance<H>
impl<H> !Send for VerbInstance<H>
impl<H> !Sync for VerbInstance<H>
impl<H> Unpin for VerbInstance<H>
impl<H> !UnwindSafe for VerbInstance<H>
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