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