pub struct StableConduitPermit<F: MsgFamily, LS: LinkSource> { /* private fields */ }Trait Implementations§
Source§impl<F: MsgFamily, LS: LinkSource> ConduitTxPermit for StableConduitPermit<F, LS>
impl<F: MsgFamily, LS: LinkSource> ConduitTxPermit for StableConduitPermit<F, LS>
Auto Trait Implementations§
impl<F, LS> Freeze for StableConduitPermit<F, LS>
impl<F, LS> RefUnwindSafe for StableConduitPermit<F, LS>
impl<F, LS> Send for StableConduitPermit<F, LS>
impl<F, LS> Sync for StableConduitPermit<F, LS>
impl<F, LS> Unpin for StableConduitPermit<F, LS>
impl<F, LS> UnsafeUnpin for StableConduitPermit<F, LS>
impl<F, LS> UnwindSafe for StableConduitPermit<F, LS>
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