pub enum FetchFastTarget {
Root,
Begin,
String(Arc<str>),
Number(u32),
}
Variants§
Trait Implementations§
Source§impl Clone for FetchFastTarget
impl Clone for FetchFastTarget
Source§fn clone(&self) -> FetchFastTarget
fn clone(&self) -> FetchFastTarget
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FetchFastTarget
impl Debug for FetchFastTarget
Source§impl PartialEq for FetchFastTarget
impl PartialEq for FetchFastTarget
impl Eq for FetchFastTarget
impl StructuralPartialEq for FetchFastTarget
Auto Trait Implementations§
impl Freeze for FetchFastTarget
impl RefUnwindSafe for FetchFastTarget
impl Send for FetchFastTarget
impl Sync for FetchFastTarget
impl Unpin for FetchFastTarget
impl UnwindSafe for FetchFastTarget
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