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