pub struct BareConduitPermit<'a, F, LTx>{ /* private fields */ }Trait Implementations§
Source§impl<F, LTx> ConduitTxPermit for BareConduitPermit<'_, F, LTx>
impl<F, LTx> ConduitTxPermit for BareConduitPermit<'_, F, LTx>
Auto Trait Implementations§
impl<'a, F, LTx> Freeze for BareConduitPermit<'a, F, LTx>
impl<'a, F, LTx> RefUnwindSafe for BareConduitPermit<'a, F, LTx>
impl<'a, F, LTx> Send for BareConduitPermit<'a, F, LTx>
impl<'a, F, LTx> Sync for BareConduitPermit<'a, F, LTx>
impl<'a, F, LTx> Unpin for BareConduitPermit<'a, F, LTx>
impl<'a, F, LTx> UnsafeUnpin for BareConduitPermit<'a, F, LTx>
impl<'a, F, LTx> UnwindSafe for BareConduitPermit<'a, F, LTx>
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