Struct vls_protocol::model::ExtKey
source · pub struct ExtKey(pub [u8; 78]);
Tuple Fields§
§0: [u8; 78]
Trait Implementations§
source§impl<'de> Deserialize<'de> for ExtKey
impl<'de> Deserialize<'de> for ExtKey
source§fn deserialize<D>(d: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(d: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ExtKey
impl Send for ExtKey
impl Sync for ExtKey
impl Unpin for ExtKey
impl UnwindSafe for ExtKey
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