Struct vls_protocol::msgs::HsmdDevPreinit
source · pub struct HsmdDevPreinit {
pub derivation_style: u8,
pub network_name: WireString,
pub seed: Option<DevSecret>,
pub allowlist: Array<WireString>,
}
Expand description
Developer setup for testing
Must preceed HsmdInit{,2}
message
NOT FOR PRODUCTION USE
Fields§
§derivation_style: u8
§network_name: WireString
§seed: Option<DevSecret>
§allowlist: Array<WireString>
Trait Implementations§
source§impl BigEndianEncodable for HsmdDevPreinit
impl BigEndianEncodable for HsmdDevPreinit
source§impl DeBolt for HsmdDevPreinit
impl DeBolt for HsmdDevPreinit
source§impl Debug for HsmdDevPreinit
impl Debug for HsmdDevPreinit
source§impl Decodable for HsmdDevPreinit
impl Decodable for HsmdDevPreinit
source§impl Encodable for HsmdDevPreinit
impl Encodable for HsmdDevPreinit
Auto Trait Implementations§
impl RefUnwindSafe for HsmdDevPreinit
impl Send for HsmdDevPreinit
impl Sync for HsmdDevPreinit
impl Unpin for HsmdDevPreinit
impl UnwindSafe for HsmdDevPreinit
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