pub enum AvailableDocumentOrigin {
Documents,
Source(String),
ManualPath,
}Expand description
Precedence class and storage family for one available document.
Variants§
Trait Implementations§
Source§impl Clone for AvailableDocumentOrigin
impl Clone for AvailableDocumentOrigin
Source§fn clone(&self) -> AvailableDocumentOrigin
fn clone(&self) -> AvailableDocumentOrigin
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 AvailableDocumentOrigin
impl Debug for AvailableDocumentOrigin
impl Eq for AvailableDocumentOrigin
Source§impl Ord for AvailableDocumentOrigin
impl Ord for AvailableDocumentOrigin
Source§fn cmp(&self, other: &AvailableDocumentOrigin) -> Ordering
fn cmp(&self, other: &AvailableDocumentOrigin) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AvailableDocumentOrigin
impl PartialEq for AvailableDocumentOrigin
Source§impl PartialOrd for AvailableDocumentOrigin
impl PartialOrd for AvailableDocumentOrigin
impl StructuralPartialEq for AvailableDocumentOrigin
Auto Trait Implementations§
impl Freeze for AvailableDocumentOrigin
impl RefUnwindSafe for AvailableDocumentOrigin
impl Send for AvailableDocumentOrigin
impl Sync for AvailableDocumentOrigin
impl Unpin for AvailableDocumentOrigin
impl UnsafeUnpin for AvailableDocumentOrigin
impl UnwindSafe for AvailableDocumentOrigin
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