pub enum PreloadingAttemptSourcesUpdatedMethod {
PreloadingAttemptSourcesUpdated,
}Variants§
PreloadingAttemptSourcesUpdated
Trait Implementations§
Source§impl Clone for PreloadingAttemptSourcesUpdatedMethod
impl Clone for PreloadingAttemptSourcesUpdatedMethod
Source§fn clone(&self) -> PreloadingAttemptSourcesUpdatedMethod
fn clone(&self) -> PreloadingAttemptSourcesUpdatedMethod
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<'de> Deserialize<'de> for PreloadingAttemptSourcesUpdatedMethod
impl<'de> Deserialize<'de> for PreloadingAttemptSourcesUpdatedMethod
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
Source§impl PartialEq for PreloadingAttemptSourcesUpdatedMethod
impl PartialEq for PreloadingAttemptSourcesUpdatedMethod
Source§fn eq(&self, other: &PreloadingAttemptSourcesUpdatedMethod) -> bool
fn eq(&self, other: &PreloadingAttemptSourcesUpdatedMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreloadingAttemptSourcesUpdatedMethod
Auto Trait Implementations§
impl Freeze for PreloadingAttemptSourcesUpdatedMethod
impl RefUnwindSafe for PreloadingAttemptSourcesUpdatedMethod
impl Send for PreloadingAttemptSourcesUpdatedMethod
impl Sync for PreloadingAttemptSourcesUpdatedMethod
impl Unpin for PreloadingAttemptSourcesUpdatedMethod
impl UnsafeUnpin for PreloadingAttemptSourcesUpdatedMethod
impl UnwindSafe for PreloadingAttemptSourcesUpdatedMethod
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