pub struct MinimalBehaviour;Trait Implementations§
Source§impl Behaviour for MinimalBehaviour
impl Behaviour for MinimalBehaviour
type Question = EmptyQuestion
type Answer = EmptyAnswer
type Sleep = DontSleep
type ProcessError = DontProcessError<<EmptyAnswer as Answer>::Fail>
type Handling = NoHandling
Auto Trait Implementations§
impl Freeze for MinimalBehaviour
impl RefUnwindSafe for MinimalBehaviour
impl Send for MinimalBehaviour
impl Sync for MinimalBehaviour
impl Unpin for MinimalBehaviour
impl UnwindSafe for MinimalBehaviour
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