pub enum SourceSelectionKind {
Open,
Encoding,
}Variants§
Trait Implementations§
Source§impl Clone for SourceSelectionKind
impl Clone for SourceSelectionKind
Source§fn clone(&self) -> SourceSelectionKind
fn clone(&self) -> SourceSelectionKind
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 SourceSelectionKind
impl Debug for SourceSelectionKind
Source§impl ExportedMetricLabel for SourceSelectionKind
impl ExportedMetricLabel for SourceSelectionKind
fn label_value(self) -> &'static str
Source§impl MetricLabel for SourceSelectionKind
impl MetricLabel for SourceSelectionKind
Source§impl PartialEq for SourceSelectionKind
impl PartialEq for SourceSelectionKind
impl Copy for SourceSelectionKind
impl Eq for SourceSelectionKind
impl StructuralPartialEq for SourceSelectionKind
Auto Trait Implementations§
impl Freeze for SourceSelectionKind
impl RefUnwindSafe for SourceSelectionKind
impl Send for SourceSelectionKind
impl Sync for SourceSelectionKind
impl Unpin for SourceSelectionKind
impl UnsafeUnpin for SourceSelectionKind
impl UnwindSafe for SourceSelectionKind
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