pub enum FromAttributesError {
InvalidMask,
MissingMandatoryValues,
}Expand description
Error returned when creating a node from attributes.
Variants§
InvalidMask
The provided attribute mask is invalid.
MissingMandatoryValues
The provided attributes are missing mandatory values.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FromAttributesError
impl RefUnwindSafe for FromAttributesError
impl Send for FromAttributesError
impl Sync for FromAttributesError
impl Unpin for FromAttributesError
impl UnsafeUnpin for FromAttributesError
impl UnwindSafe for FromAttributesError
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