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