pub struct ConfigEnterprise {
pub url: Option<String>,
}Fields§
§url: Option<String>Trait Implementations§
Source§impl Clone for ConfigEnterprise
impl Clone for ConfigEnterprise
Source§fn clone(&self) -> ConfigEnterprise
fn clone(&self) -> ConfigEnterprise
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 ConfigEnterprise
impl Debug for ConfigEnterprise
Source§impl<'de> Deserialize<'de> for ConfigEnterprise
impl<'de> Deserialize<'de> for ConfigEnterprise
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
Source§impl PartialEq for ConfigEnterprise
impl PartialEq for ConfigEnterprise
Source§impl Serialize for ConfigEnterprise
impl Serialize for ConfigEnterprise
impl StructuralPartialEq for ConfigEnterprise
Auto Trait Implementations§
impl Freeze for ConfigEnterprise
impl RefUnwindSafe for ConfigEnterprise
impl Send for ConfigEnterprise
impl Sync for ConfigEnterprise
impl Unpin for ConfigEnterprise
impl UnsafeUnpin for ConfigEnterprise
impl UnwindSafe for ConfigEnterprise
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