pub struct SecretNote { /* private fields */ }Expand description
The note representing a secret.
This type is not used in any activity, and only used as part of another schema.
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<'de> Deserialize<'de> for SecretNote
impl<'de> Deserialize<'de> for SecretNote
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for SecretNote
impl Serialize for SecretNote
impl Part 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 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