pub struct AddressPattern { /* private fields */ }
Trait Implementations§
Source§impl Clone for AddressPattern
impl Clone for AddressPattern
Source§fn clone(&self) -> AddressPattern
fn clone(&self) -> AddressPattern
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 From<Vec<ResourcePathSegment>> for AddressPattern
impl From<Vec<ResourcePathSegment>> for AddressPattern
Source§fn from(parts: Vec<ResourcePathSegment>) -> Self
fn from(parts: Vec<ResourcePathSegment>) -> Self
Converts to this type from the input type.
Source§impl From<Vec<ResourcePathSegmentKind>> for AddressPattern
impl From<Vec<ResourcePathSegmentKind>> for AddressPattern
Source§fn from(parts: Vec<ResourcePathSegmentKind>) -> Self
fn from(parts: Vec<ResourcePathSegmentKind>) -> Self
Converts to this type from the input type.
Source§impl Hash for AddressPattern
impl Hash for AddressPattern
Source§impl PartialEq for AddressPattern
impl PartialEq for AddressPattern
impl Eq for AddressPattern
impl StructuralPartialEq for AddressPattern
Auto Trait Implementations§
impl Freeze for AddressPattern
impl RefUnwindSafe for AddressPattern
impl Send for AddressPattern
impl Sync for AddressPattern
impl Unpin for AddressPattern
impl UnwindSafe for AddressPattern
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