pub struct DeliveredConfigToml {
pub enterprise_managed: Option<Option<Vec<DeliveredTomlFragment>>>,
pub managed_layers: Option<Option<Box<DeliveredManagedLayers>>>,
}Fields§
§enterprise_managed: Option<Option<Vec<DeliveredTomlFragment>>>§managed_layers: Option<Option<Box<DeliveredManagedLayers>>>Implementations§
Source§impl DeliveredConfigToml
impl DeliveredConfigToml
pub fn new() -> DeliveredConfigToml
Trait Implementations§
Source§impl Clone for DeliveredConfigToml
impl Clone for DeliveredConfigToml
Source§fn clone(&self) -> DeliveredConfigToml
fn clone(&self) -> DeliveredConfigToml
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 DeliveredConfigToml
impl Debug for DeliveredConfigToml
Source§impl Default for DeliveredConfigToml
impl Default for DeliveredConfigToml
Source§fn default() -> DeliveredConfigToml
fn default() -> DeliveredConfigToml
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeliveredConfigToml
impl<'de> Deserialize<'de> for DeliveredConfigToml
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 DeliveredConfigToml
impl PartialEq for DeliveredConfigToml
Source§impl Serialize for DeliveredConfigToml
impl Serialize for DeliveredConfigToml
impl StructuralPartialEq for DeliveredConfigToml
Auto Trait Implementations§
impl Freeze for DeliveredConfigToml
impl RefUnwindSafe for DeliveredConfigToml
impl Send for DeliveredConfigToml
impl Sync for DeliveredConfigToml
impl Unpin for DeliveredConfigToml
impl UnsafeUnpin for DeliveredConfigToml
impl UnwindSafe for DeliveredConfigToml
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