Struct PropertyConstraint
#[repr(transparent)]pub struct PropertyConstraint(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for PropertyConstraint
impl Clone for PropertyConstraint
§fn clone(&self) -> PropertyConstraint
fn clone(&self) -> PropertyConstraint
Returns a copy 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 more§impl Debug for PropertyConstraint
impl Debug for PropertyConstraint
§impl Default for PropertyConstraint
impl Default for PropertyConstraint
§fn default() -> PropertyConstraint
fn default() -> PropertyConstraint
Returns the “default value” for a type. Read more
§impl PartialEq for PropertyConstraint
impl PartialEq for PropertyConstraint
impl Copy for PropertyConstraint
impl Eq for PropertyConstraint
impl StructuralPartialEq for PropertyConstraint
Auto Trait Implementations§
impl Freeze for PropertyConstraint
impl RefUnwindSafe for PropertyConstraint
impl Send for PropertyConstraint
impl Sync for PropertyConstraint
impl Unpin for PropertyConstraint
impl UnwindSafe for PropertyConstraint
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