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