pub enum Prefetchable {
Yes,
No,
}
Variants§
Trait Implementations§
Source§impl Clone for Prefetchable
impl Clone for Prefetchable
Source§fn clone(&self) -> Prefetchable
fn clone(&self) -> Prefetchable
Returns a copy 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 PartialEq for Prefetchable
impl PartialEq for Prefetchable
impl Copy for Prefetchable
impl Eq for Prefetchable
impl StructuralPartialEq for Prefetchable
Auto Trait Implementations§
impl Freeze for Prefetchable
impl RefUnwindSafe for Prefetchable
impl Send for Prefetchable
impl Sync for Prefetchable
impl Unpin for Prefetchable
impl UnwindSafe for Prefetchable
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