pub struct FetchErrorRule {
pub url: String,
pub message: String,
}Fields§
§url: String§message: StringTrait Implementations§
Source§impl Clone for FetchErrorRule
impl Clone for FetchErrorRule
Source§fn clone(&self) -> FetchErrorRule
fn clone(&self) -> FetchErrorRule
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 FetchErrorRule
impl Debug for FetchErrorRule
Source§impl Default for FetchErrorRule
impl Default for FetchErrorRule
Source§fn default() -> FetchErrorRule
fn default() -> FetchErrorRule
Returns the “default value” for a type. Read more
Source§impl PartialEq for FetchErrorRule
impl PartialEq for FetchErrorRule
impl Eq for FetchErrorRule
impl StructuralPartialEq for FetchErrorRule
Auto Trait Implementations§
impl Freeze for FetchErrorRule
impl RefUnwindSafe for FetchErrorRule
impl Send for FetchErrorRule
impl Sync for FetchErrorRule
impl Unpin for FetchErrorRule
impl UnsafeUnpin for FetchErrorRule
impl UnwindSafe for FetchErrorRule
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