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