pub struct MaskHint {
pub type_: Option<Type>,
pub value: Option<String>,
}Fields§
§type_: Option<Type>§value: Option<String>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MaskHint
impl<'de> Deserialize<'de> for MaskHint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for MaskHint
Auto Trait Implementations§
impl Freeze for MaskHint
impl RefUnwindSafe for MaskHint
impl Send for MaskHint
impl Sync for MaskHint
impl Unpin for MaskHint
impl UnwindSafe for MaskHint
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