pub struct FetchErrorEventArgs {
pub message: String,
}Fields§
§message: StringTrait Implementations§
Source§impl Clone for FetchErrorEventArgs
impl Clone for FetchErrorEventArgs
Source§fn clone(&self) -> FetchErrorEventArgs
fn clone(&self) -> FetchErrorEventArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FetchErrorEventArgs
impl Debug for FetchErrorEventArgs
impl Eq for FetchErrorEventArgs
Source§impl PartialEq for FetchErrorEventArgs
impl PartialEq for FetchErrorEventArgs
impl StructuralPartialEq for FetchErrorEventArgs
Auto Trait Implementations§
impl Freeze for FetchErrorEventArgs
impl RefUnwindSafe for FetchErrorEventArgs
impl Send for FetchErrorEventArgs
impl Sync for FetchErrorEventArgs
impl Unpin for FetchErrorEventArgs
impl UnsafeUnpin for FetchErrorEventArgs
impl UnwindSafe for FetchErrorEventArgs
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