pub struct LocationPredicate {
pub block: Option<BlockPredicate>,
}Expand description
Predicate for checking location/block properties.
Fields§
§block: Option<BlockPredicate>Trait Implementations§
Source§impl Clone for LocationPredicate
impl Clone for LocationPredicate
Source§fn clone(&self) -> LocationPredicate
fn clone(&self) -> LocationPredicate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocationPredicate
impl RefUnwindSafe for LocationPredicate
impl Send for LocationPredicate
impl Sync for LocationPredicate
impl Unpin for LocationPredicate
impl UnsafeUnpin for LocationPredicate
impl UnwindSafe for LocationPredicate
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