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