pub struct TransitKey;๐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 TransitKey
impl Debug for TransitKey
impl KeyPurpose for TransitKey
Auto Trait Implementationsยง
impl Freeze for TransitKey
impl RefUnwindSafe for TransitKey
impl Send for TransitKey
impl Sync for TransitKey
impl Unpin for TransitKey
impl UnwindSafe for TransitKey
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