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