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