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