Struct Any
pub struct Any;Expand description
Constraint marker that permits any PropertyId.
Trait Implementations§
§impl PropertyConstraint for Any
impl PropertyConstraint for Any
§const ALLOWED: PropertyIdSet = PropertyIdSet::ALL
const ALLOWED: PropertyIdSet = PropertyIdSet::ALL
The set of
PropertyIds that are permitted under this constraint.impl Copy for Any
impl Eq for Any
impl StructuralPartialEq for Any
Auto Trait Implementations§
impl Freeze for Any
impl RefUnwindSafe for Any
impl Send for Any
impl Sync for Any
impl Unpin for Any
impl UnwindSafe for Any
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