pub enum PrefetchStatusUpdatedMethod {
PrefetchStatusUpdated,
}Variants§
PrefetchStatusUpdated
Trait Implementations§
Source§impl Clone for PrefetchStatusUpdatedMethod
impl Clone for PrefetchStatusUpdatedMethod
Source§fn clone(&self) -> PrefetchStatusUpdatedMethod
fn clone(&self) -> PrefetchStatusUpdatedMethod
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 PrefetchStatusUpdatedMethod
impl Debug for PrefetchStatusUpdatedMethod
Source§impl<'de> Deserialize<'de> for PrefetchStatusUpdatedMethod
impl<'de> Deserialize<'de> for PrefetchStatusUpdatedMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for PrefetchStatusUpdatedMethod
Auto Trait Implementations§
impl Freeze for PrefetchStatusUpdatedMethod
impl RefUnwindSafe for PrefetchStatusUpdatedMethod
impl Send for PrefetchStatusUpdatedMethod
impl Sync for PrefetchStatusUpdatedMethod
impl Unpin for PrefetchStatusUpdatedMethod
impl UnsafeUnpin for PrefetchStatusUpdatedMethod
impl UnwindSafe for PrefetchStatusUpdatedMethod
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