Struct vls_protocol::model::DevSecret
source · pub struct DevSecret(pub [u8; 32]);
Tuple Fields§
§0: [u8; 32]
Trait Implementations§
source§impl BigEndianEncodable for DevSecret
impl BigEndianEncodable for DevSecret
Auto Trait Implementations§
impl Freeze for DevSecret
impl RefUnwindSafe for DevSecret
impl Send for DevSecret
impl Sync for DevSecret
impl Unpin for DevSecret
impl UnwindSafe for DevSecret
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