Struct nimble_rust::Assent
source · pub struct Assent<C, CombinedStepT>where
C: AssentCallback<CombinedStepT>,{ /* private fields */ }
Implementations§
source§impl<C, CombinedStepT> Assent<C, CombinedStepT>where
C: AssentCallback<CombinedStepT>,
CombinedStepT: Clone,
impl<C, CombinedStepT> Assent<C, CombinedStepT>where
C: AssentCallback<CombinedStepT>,
CombinedStepT: Clone,
Trait Implementations§
Auto Trait Implementations§
impl<C, CombinedStepT> Freeze for Assent<C, CombinedStepT>
impl<C, CombinedStepT> RefUnwindSafe for Assent<C, CombinedStepT>where
C: RefUnwindSafe,
CombinedStepT: RefUnwindSafe,
impl<C, CombinedStepT> Send for Assent<C, CombinedStepT>
impl<C, CombinedStepT> Sync for Assent<C, CombinedStepT>
impl<C, CombinedStepT> Unpin for Assent<C, CombinedStepT>
impl<C, CombinedStepT> UnwindSafe for Assent<C, CombinedStepT>where
C: UnwindSafe,
CombinedStepT: 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