pub struct HasProtocolOptions {
pub accept_relative: bool,
pub strict: bool,
}Fields§
§accept_relative: bool§strict: boolTrait Implementations§
Source§impl Clone for HasProtocolOptions
impl Clone for HasProtocolOptions
Source§fn clone(&self) -> HasProtocolOptions
fn clone(&self) -> HasProtocolOptions
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 Default for HasProtocolOptions
impl Default for HasProtocolOptions
Source§fn default() -> HasProtocolOptions
fn default() -> HasProtocolOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HasProtocolOptions
impl RefUnwindSafe for HasProtocolOptions
impl Send for HasProtocolOptions
impl Sync for HasProtocolOptions
impl Unpin for HasProtocolOptions
impl UnwindSafe for HasProtocolOptions
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