Struct Will
pub struct Will;Expand description
Constraint marker for Will (within CONNECT) properties.
Trait Implementations§
§impl PropertyConstraint for Will
impl PropertyConstraint for Will
§const ALLOWED: PropertyIdSet
const ALLOWED: PropertyIdSet
The set of
PropertyIds that are permitted under this constraint.impl Copy for Will
impl Eq for Will
impl StructuralPartialEq for Will
Auto Trait Implementations§
impl Freeze for Will
impl RefUnwindSafe for Will
impl Send for Will
impl Sync for Will
impl Unpin for Will
impl UnwindSafe for Will
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