pub struct XMLKeyValueOption {
pub this: Box<Expression>,
pub expression: Option<Box<Expression>>,
}Expand description
XMLKeyValueOption
Fields§
§this: Box<Expression>§expression: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for XMLKeyValueOption
impl Clone for XMLKeyValueOption
Source§fn clone(&self) -> XMLKeyValueOption
fn clone(&self) -> XMLKeyValueOption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for XMLKeyValueOption
impl Debug for XMLKeyValueOption
Source§impl<'de> Deserialize<'de> for XMLKeyValueOption
impl<'de> Deserialize<'de> for XMLKeyValueOption
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
Source§impl PartialEq for XMLKeyValueOption
impl PartialEq for XMLKeyValueOption
Source§impl Serialize for XMLKeyValueOption
impl Serialize for XMLKeyValueOption
impl StructuralPartialEq for XMLKeyValueOption
Auto Trait Implementations§
impl Freeze for XMLKeyValueOption
impl RefUnwindSafe for XMLKeyValueOption
impl Send for XMLKeyValueOption
impl Sync for XMLKeyValueOption
impl Unpin for XMLKeyValueOption
impl UnwindSafe for XMLKeyValueOption
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