pub enum DoclingSettingsSource {
Config,
Database,
Unconfigured,
}Variants§
Trait Implementations§
Source§impl Clone for DoclingSettingsSource
impl Clone for DoclingSettingsSource
Source§fn clone(&self) -> DoclingSettingsSource
fn clone(&self) -> DoclingSettingsSource
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 ComposeSchema for DoclingSettingsSource
impl ComposeSchema for DoclingSettingsSource
Source§impl Debug for DoclingSettingsSource
impl Debug for DoclingSettingsSource
Source§impl<'de> Deserialize<'de> for DoclingSettingsSource
impl<'de> Deserialize<'de> for DoclingSettingsSource
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 Serialize for DoclingSettingsSource
impl Serialize for DoclingSettingsSource
Auto Trait Implementations§
impl Freeze for DoclingSettingsSource
impl RefUnwindSafe for DoclingSettingsSource
impl Send for DoclingSettingsSource
impl Sync for DoclingSettingsSource
impl Unpin for DoclingSettingsSource
impl UnsafeUnpin for DoclingSettingsSource
impl UnwindSafe for DoclingSettingsSource
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