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