pub struct CfConfigPart {
pub customer_fragements: Option<HashMap<String, String>>,
}Fields§
§customer_fragements: Option<HashMap<String, String>>Implementations§
Source§impl CfConfigPart
impl CfConfigPart
pub fn new() -> CfConfigPart
Trait Implementations§
Source§impl Clone for CfConfigPart
impl Clone for CfConfigPart
Source§fn clone(&self) -> CfConfigPart
fn clone(&self) -> CfConfigPart
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 CfConfigPart
impl Debug for CfConfigPart
Source§impl Default for CfConfigPart
impl Default for CfConfigPart
Source§fn default() -> CfConfigPart
fn default() -> CfConfigPart
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CfConfigPart
impl<'de> Deserialize<'de> for CfConfigPart
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 CfConfigPart
impl PartialEq for CfConfigPart
Source§fn eq(&self, other: &CfConfigPart) -> bool
fn eq(&self, other: &CfConfigPart) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CfConfigPart
impl Serialize for CfConfigPart
impl StructuralPartialEq for CfConfigPart
Auto Trait Implementations§
impl Freeze for CfConfigPart
impl RefUnwindSafe for CfConfigPart
impl Send for CfConfigPart
impl Sync for CfConfigPart
impl Unpin for CfConfigPart
impl UnsafeUnpin for CfConfigPart
impl UnwindSafe for CfConfigPart
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