pub struct DocumentConfig {
pub settings: DocumentSettings,
pub attributes: Option<Attributes>,
}Fields§
§settings: DocumentSettings§attributes: Option<Attributes>Trait Implementations§
Source§impl Debug for DocumentConfig
impl Debug for DocumentConfig
Source§impl<'de> Deserialize<'de> for DocumentConfig
impl<'de> Deserialize<'de> for DocumentConfig
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 DocumentConfig
impl PartialEq for DocumentConfig
Source§fn eq(&self, other: &DocumentConfig) -> bool
fn eq(&self, other: &DocumentConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DocumentConfig
impl Serialize for DocumentConfig
impl StructuralPartialEq for DocumentConfig
Auto Trait Implementations§
impl Freeze for DocumentConfig
impl RefUnwindSafe for DocumentConfig
impl Send for DocumentConfig
impl Sync for DocumentConfig
impl Unpin for DocumentConfig
impl UnsafeUnpin for DocumentConfig
impl UnwindSafe for DocumentConfig
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