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