pub struct FabricDescriptor {
pub root_public_key: Option<Vec<u8>>,
pub vendor_id: Option<u16>,
pub fabric_id: Option<u8>,
pub node_id: Option<u64>,
pub label: Option<String>,
pub vid_verification_statement: Option<Vec<u8>>,
}Fields§
§root_public_key: Option<Vec<u8>>§vendor_id: Option<u16>§fabric_id: Option<u8>§node_id: Option<u64>§label: Option<String>§vid_verification_statement: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for FabricDescriptor
impl Debug for FabricDescriptor
Auto Trait Implementations§
impl Freeze for FabricDescriptor
impl RefUnwindSafe for FabricDescriptor
impl Send for FabricDescriptor
impl Sync for FabricDescriptor
impl Unpin for FabricDescriptor
impl UnwindSafe for FabricDescriptor
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