pub struct TermsOfServiceBaseType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl TermsOfServiceBaseType
impl TermsOfServiceBaseType
pub const TERMS_OF_SERVICE: &'static str = "terms_of_service"
Trait Implementations§
Source§impl Clone for TermsOfServiceBaseType
impl Clone for TermsOfServiceBaseType
Source§fn clone(&self) -> TermsOfServiceBaseType
fn clone(&self) -> TermsOfServiceBaseType
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 TermsOfServiceBaseType
impl Debug for TermsOfServiceBaseType
Source§impl Default for TermsOfServiceBaseType
impl Default for TermsOfServiceBaseType
Source§fn default() -> TermsOfServiceBaseType
fn default() -> TermsOfServiceBaseType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TermsOfServiceBaseType
impl<'de> Deserialize<'de> for TermsOfServiceBaseType
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 TermsOfServiceBaseType
Source§impl PartialEq for TermsOfServiceBaseType
impl PartialEq for TermsOfServiceBaseType
Source§impl Serialize for TermsOfServiceBaseType
impl Serialize for TermsOfServiceBaseType
impl StructuralPartialEq for TermsOfServiceBaseType
Auto Trait Implementations§
impl Freeze for TermsOfServiceBaseType
impl RefUnwindSafe for TermsOfServiceBaseType
impl Send for TermsOfServiceBaseType
impl Sync for TermsOfServiceBaseType
impl Unpin for TermsOfServiceBaseType
impl UnsafeUnpin for TermsOfServiceBaseType
impl UnwindSafe for TermsOfServiceBaseType
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