pub struct MatchInput {
pub protocol: String,
pub username: String,
pub password: String,
pub hostname: String,
pub port: String,
pub pathname: String,
pub search: String,
pub hash: String,
}
Fields§
§protocol: String
§username: String
§password: String
§hostname: String
§port: String
§pathname: String
§search: String
§hash: String
Trait Implementations§
Source§impl Clone for MatchInput
impl Clone for MatchInput
Source§fn clone(&self) -> MatchInput
fn clone(&self) -> MatchInput
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 MatchInput
impl Debug for MatchInput
Source§impl Default for MatchInput
impl Default for MatchInput
Source§fn default() -> MatchInput
fn default() -> MatchInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MatchInput
impl<'de> Deserialize<'de> for MatchInput
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 MatchInput
impl PartialEq for MatchInput
Source§impl Serialize for MatchInput
impl Serialize for MatchInput
impl Eq for MatchInput
impl StructuralPartialEq for MatchInput
Auto Trait Implementations§
impl Freeze for MatchInput
impl RefUnwindSafe for MatchInput
impl Send for MatchInput
impl Sync for MatchInput
impl Unpin for MatchInput
impl UnwindSafe for MatchInput
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