pub struct PropertyCheck {
pub name: &'static str,
pub value: &'static str,
}Expand description
A property check for block state conditions.
Fields§
§name: &'static str§value: &'static strTrait Implementations§
Source§impl Clone for PropertyCheck
impl Clone for PropertyCheck
Source§fn clone(&self) -> PropertyCheck
fn clone(&self) -> PropertyCheck
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 PropertyCheck
impl RefUnwindSafe for PropertyCheck
impl Send for PropertyCheck
impl Sync for PropertyCheck
impl Unpin for PropertyCheck
impl UnsafeUnpin for PropertyCheck
impl UnwindSafe for PropertyCheck
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