pub struct CheckXml {
pub this: Box<Expression>,
pub disable_auto_convert: Option<Box<Expression>>,
}Expand description
CheckXml
Fields§
§this: Box<Expression>§disable_auto_convert: Option<Box<Expression>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for CheckXml
impl<'de> Deserialize<'de> for CheckXml
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 CheckXml
Auto Trait Implementations§
impl Freeze for CheckXml
impl RefUnwindSafe for CheckXml
impl Send for CheckXml
impl Sync for CheckXml
impl Unpin for CheckXml
impl UnwindSafe for CheckXml
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