pub enum Disambiguation {
Posix,
Greedy,
}Variants§
Trait Implementations§
Source§impl Clone for Disambiguation
impl Clone for Disambiguation
Source§fn clone(&self) -> Disambiguation
fn clone(&self) -> Disambiguation
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 moreimpl Copy for Disambiguation
Source§impl Debug for Disambiguation
impl Debug for Disambiguation
Source§impl Default for Disambiguation
impl Default for Disambiguation
Source§fn default() -> Disambiguation
fn default() -> Disambiguation
Returns the “default value” for a type. Read more
impl Eq for Disambiguation
Source§impl PartialEq for Disambiguation
impl PartialEq for Disambiguation
impl StructuralPartialEq for Disambiguation
Auto Trait Implementations§
impl Freeze for Disambiguation
impl RefUnwindSafe for Disambiguation
impl Send for Disambiguation
impl Sync for Disambiguation
impl Unpin for Disambiguation
impl UnsafeUnpin for Disambiguation
impl UnwindSafe for Disambiguation
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