pub struct PropertyPattern {
pub property_name: String,
pub pattern: String,
}Fields§
§property_name: String§pattern: StringTrait Implementations§
Source§impl Clone for PropertyPattern
impl Clone for PropertyPattern
Source§fn clone(&self) -> PropertyPattern
fn clone(&self) -> PropertyPattern
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 moreAuto Trait Implementations§
impl Freeze for PropertyPattern
impl RefUnwindSafe for PropertyPattern
impl Send for PropertyPattern
impl Sync for PropertyPattern
impl Unpin for PropertyPattern
impl UnsafeUnpin for PropertyPattern
impl UnwindSafe for PropertyPattern
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