pub enum MaskKind {
ComponentMask,
FieldMask {
component: ComponentId,
},
}Expand description
Mask validation error kinds.
Variants§
Trait Implementations§
impl Copy for MaskKind
impl Eq for MaskKind
impl StructuralPartialEq for MaskKind
Auto Trait Implementations§
impl Freeze for MaskKind
impl RefUnwindSafe for MaskKind
impl Send for MaskKind
impl Sync for MaskKind
impl Unpin for MaskKind
impl UnwindSafe for MaskKind
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