Struct vls_protocol::msgs::DeriveSecret
source · pub struct DeriveSecret {
pub info: Octets,
}
Expand description
DeriveSecret
Fields§
§info: Octets
Trait Implementations§
source§impl BigEndianEncodable for DeriveSecret
impl BigEndianEncodable for DeriveSecret
source§impl DeBolt for DeriveSecret
impl DeBolt for DeriveSecret
source§impl Debug for DeriveSecret
impl Debug for DeriveSecret
source§impl Decodable for DeriveSecret
impl Decodable for DeriveSecret
source§impl Encodable for DeriveSecret
impl Encodable for DeriveSecret
Auto Trait Implementations§
impl RefUnwindSafe for DeriveSecret
impl Send for DeriveSecret
impl Sync for DeriveSecret
impl Unpin for DeriveSecret
impl UnwindSafe for DeriveSecret
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