pub struct MessageIntegrity(pub Vec<u8>);
Tuple Fields§
§0: Vec<u8>
Implementations§
Trait Implementations§
Source§impl Clone for MessageIntegrity
impl Clone for MessageIntegrity
Source§fn clone(&self) -> MessageIntegrity
fn clone(&self) -> MessageIntegrity
Returns a copy 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 moreSource§impl Default for MessageIntegrity
impl Default for MessageIntegrity
Source§fn default() -> MessageIntegrity
fn default() -> MessageIntegrity
Returns the “default value” for a type. Read more
Source§impl Display for MessageIntegrity
impl Display for MessageIntegrity
Auto Trait Implementations§
impl Freeze for MessageIntegrity
impl RefUnwindSafe for MessageIntegrity
impl Send for MessageIntegrity
impl Sync for MessageIntegrity
impl Unpin for MessageIntegrity
impl UnwindSafe for MessageIntegrity
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