pub struct TransitTxKey;๐Deprecated since 0.7.0: This will be a private type in the future. Open an issue if you require access to protocol intrinsics in the future
Expand description
Deprecated: This will be a private type in the future. Open an issue if you require access to protocol intrinsics in the future
Trait Implementationsยง
sourceยงimpl Debug for TransitTxKey
impl Debug for TransitTxKey
impl KeyPurpose for TransitTxKey
Auto Trait Implementationsยง
impl Freeze for TransitTxKey
impl RefUnwindSafe for TransitTxKey
impl Send for TransitTxKey
impl Sync for TransitTxKey
impl Unpin for TransitTxKey
impl UnwindSafe for TransitTxKey
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