Enum ezno_checker::context::SetPropertyError
source · pub enum SetPropertyError {
NotWriteable,
DoesNotMeetConstraint {
property_constraint: TypeStringRepresentation,
reason: NonEqualityReason,
},
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for SetPropertyError
impl Send for SetPropertyError
impl Sync for SetPropertyError
impl Unpin for SetPropertyError
impl UnwindSafe for SetPropertyError
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