pub struct DestinationMatch {
pub host: Option<DestinationMatchValue>,
pub path_prefix: Option<DestinationMatchValue>,
pub path_exact: Option<String>,
}Fields§
§host: Option<DestinationMatchValue>§path_prefix: Option<DestinationMatchValue>§path_exact: Option<String>Trait Implementations§
Source§impl Clone for DestinationMatch
impl Clone for DestinationMatch
Source§fn clone(&self) -> DestinationMatch
fn clone(&self) -> DestinationMatch
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 DestinationMatch
impl Debug for DestinationMatch
Source§impl<'de> Deserialize<'de> for DestinationMatch
impl<'de> Deserialize<'de> for DestinationMatch
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 DestinationMatch
impl PartialEq for DestinationMatch
Source§impl Serialize for DestinationMatch
impl Serialize for DestinationMatch
impl StructuralPartialEq for DestinationMatch
Auto Trait Implementations§
impl Freeze for DestinationMatch
impl RefUnwindSafe for DestinationMatch
impl Send for DestinationMatch
impl Sync for DestinationMatch
impl Unpin for DestinationMatch
impl UnwindSafe for DestinationMatch
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