pub struct StopLoadingResult {}Trait Implementations§
Source§impl Clone for StopLoadingResult
impl Clone for StopLoadingResult
Source§fn clone(&self) -> StopLoadingResult
fn clone(&self) -> StopLoadingResult
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 StopLoadingResult
impl Debug for StopLoadingResult
Source§impl Default for StopLoadingResult
impl Default for StopLoadingResult
Source§fn default() -> StopLoadingResult
fn default() -> StopLoadingResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopLoadingResult
impl<'de> Deserialize<'de> for StopLoadingResult
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 StopLoadingResult
impl PartialEq for StopLoadingResult
Source§impl Serialize for StopLoadingResult
impl Serialize for StopLoadingResult
Source§impl TryFrom<Value> for StopLoadingResult
impl TryFrom<Value> for StopLoadingResult
impl StructuralPartialEq for StopLoadingResult
Auto Trait Implementations§
impl Freeze for StopLoadingResult
impl RefUnwindSafe for StopLoadingResult
impl Send for StopLoadingResult
impl Sync for StopLoadingResult
impl Unpin for StopLoadingResult
impl UnsafeUnpin for StopLoadingResult
impl UnwindSafe for StopLoadingResult
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