#[non_exhaustive]pub struct SecretNote { /* private fields */ }Expand description
The note representing a secret.
Implementations§
Source§impl SecretNote
impl SecretNote
Trait Implementations§
Source§impl Clone for SecretNote
impl Clone for SecretNote
Source§fn clone(&self) -> SecretNote
fn clone(&self) -> SecretNote
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 moreSource§impl Debug for SecretNote
impl Debug for SecretNote
Source§impl Default for SecretNote
impl Default for SecretNote
Source§fn default() -> SecretNote
fn default() -> SecretNote
Returns the “default value” for a type. Read more
Source§impl PartialEq for SecretNote
impl PartialEq for SecretNote
impl StructuralPartialEq for SecretNote
Auto Trait Implementations§
impl Freeze for SecretNote
impl RefUnwindSafe for SecretNote
impl Send for SecretNote
impl Sync for SecretNote
impl Unpin for SecretNote
impl UnsafeUnpin for SecretNote
impl UnwindSafe for SecretNote
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