pub struct WrapKey {
pub wrapped_key: Message,
}
Available on crate feature
crypto-client
only.Fields§
§wrapped_key: Message
Trait Implementations§
impl Eq for WrapKey
impl StructuralPartialEq for WrapKey
Auto Trait Implementations§
impl Freeze for WrapKey
impl RefUnwindSafe for WrapKey
impl Send for WrapKey
impl Sync for WrapKey
impl Unpin for WrapKey
impl UnwindSafe for WrapKey
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