pub enum DocumentWhen {
Always,
}Variants§
Always
Implementations§
Source§impl DocumentWhen
impl DocumentWhen
pub const fn as_str(self) -> &'static str
pub const fn supported_values() -> &'static [&'static str]
pub fn from_config_value(value: &str) -> Option<Self>
Trait Implementations§
Source§impl Clone for DocumentWhen
impl Clone for DocumentWhen
Source§fn clone(&self) -> DocumentWhen
fn clone(&self) -> DocumentWhen
Returns a duplicate of the value. Read more
1.0.0 · 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 DocumentWhen
impl Debug for DocumentWhen
Source§impl Display for DocumentWhen
impl Display for DocumentWhen
Source§impl PartialEq for DocumentWhen
impl PartialEq for DocumentWhen
Source§impl Serialize for DocumentWhen
impl Serialize for DocumentWhen
Source§impl ValueEnum for DocumentWhen
impl ValueEnum for DocumentWhen
impl Copy for DocumentWhen
impl Eq for DocumentWhen
impl StructuralPartialEq for DocumentWhen
Auto Trait Implementations§
impl Freeze for DocumentWhen
impl RefUnwindSafe for DocumentWhen
impl Send for DocumentWhen
impl Sync for DocumentWhen
impl Unpin for DocumentWhen
impl UnsafeUnpin for DocumentWhen
impl UnwindSafe for DocumentWhen
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.