pub enum StopLoadingMethod {
StopLoading,
}Variants§
StopLoading
Trait Implementations§
Source§impl Clone for StopLoadingMethod
impl Clone for StopLoadingMethod
Source§fn clone(&self) -> StopLoadingMethod
fn clone(&self) -> StopLoadingMethod
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 StopLoadingMethod
impl Debug for StopLoadingMethod
Source§impl<'de> Deserialize<'de> for StopLoadingMethod
impl<'de> Deserialize<'de> for StopLoadingMethod
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 StopLoadingMethod
impl PartialEq for StopLoadingMethod
Source§impl Serialize for StopLoadingMethod
impl Serialize for StopLoadingMethod
impl StructuralPartialEq for StopLoadingMethod
Auto Trait Implementations§
impl Freeze for StopLoadingMethod
impl RefUnwindSafe for StopLoadingMethod
impl Send for StopLoadingMethod
impl Sync for StopLoadingMethod
impl Unpin for StopLoadingMethod
impl UnsafeUnpin for StopLoadingMethod
impl UnwindSafe for StopLoadingMethod
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