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