pub struct Mask {
pub properties: HashMap<String, Option<Mask>>,
}Fields§
§properties: HashMap<String, Option<Mask>>Trait Implementations§
Source§impl From<&ValidJsonSchema> for Mask
impl From<&ValidJsonSchema> for Mask
Source§fn from(value: &ValidJsonSchema) -> Self
fn from(value: &ValidJsonSchema) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Mask
impl RefUnwindSafe for Mask
impl Send for Mask
impl Sync for Mask
impl Unpin for Mask
impl UnwindSafe for Mask
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