pub struct SignedLongtermPubKeyBytes(pub [u8; 1248]);Tuple Fields§
§0: [u8; 1248]Implementations§
Trait Implementations§
Source§impl Clone for SignedLongtermPubKeyBytes
impl Clone for SignedLongtermPubKeyBytes
Source§fn clone(&self) -> SignedLongtermPubKeyBytes
fn clone(&self) -> SignedLongtermPubKeyBytes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SignedLongtermPubKeyBytes
impl RefUnwindSafe for SignedLongtermPubKeyBytes
impl Send for SignedLongtermPubKeyBytes
impl Sync for SignedLongtermPubKeyBytes
impl Unpin for SignedLongtermPubKeyBytes
impl UnsafeUnpin for SignedLongtermPubKeyBytes
impl UnwindSafe for SignedLongtermPubKeyBytes
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