pub struct AdditionalInfoNonEditable(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl AdditionalInfoNonEditable
impl AdditionalInfoNonEditable
pub const EMAIL_SUBJECT: &'static str = "email_subject"
pub const EMAIL_MESSAGE: &'static str = "email_message"
pub const NAME: &'static str = "name"
pub const DAYS_VALID: &'static str = "days_valid"
pub const SIGNERS: &'static str = "signers"
pub const SOURCE_FILES: &'static str = "source_files"
Trait Implementations§
Source§impl Clone for AdditionalInfoNonEditable
impl Clone for AdditionalInfoNonEditable
Source§fn clone(&self) -> AdditionalInfoNonEditable
fn clone(&self) -> AdditionalInfoNonEditable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AdditionalInfoNonEditable
impl Debug for AdditionalInfoNonEditable
Source§impl Default for AdditionalInfoNonEditable
impl Default for AdditionalInfoNonEditable
Source§fn default() -> AdditionalInfoNonEditable
fn default() -> AdditionalInfoNonEditable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdditionalInfoNonEditable
impl<'de> Deserialize<'de> for AdditionalInfoNonEditable
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
impl Eq for AdditionalInfoNonEditable
impl StructuralPartialEq for AdditionalInfoNonEditable
Auto Trait Implementations§
impl Freeze for AdditionalInfoNonEditable
impl RefUnwindSafe for AdditionalInfoNonEditable
impl Send for AdditionalInfoNonEditable
impl Sync for AdditionalInfoNonEditable
impl Unpin for AdditionalInfoNonEditable
impl UnsafeUnpin for AdditionalInfoNonEditable
impl UnwindSafe for AdditionalInfoNonEditable
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