pub enum RulesMutateError {
Syntax,
IndexSize,
HierarchyRequest,
InvalidState,
}Variants§
Auto Trait Implementations§
impl Freeze for RulesMutateError
impl RefUnwindSafe for RulesMutateError
impl Send for RulesMutateError
impl Sync for RulesMutateError
impl Unpin for RulesMutateError
impl UnsafeUnpin for RulesMutateError
impl UnwindSafe for RulesMutateError
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