pub struct XmlColumnOptionList { /* private fields */ }
Implementations§
Source§impl XmlColumnOptionList
impl XmlColumnOptionList
pub fn xml_column_option(&self) -> Option<XmlColumnOption>
pub fn xml_column_options(&self) -> AstChildren<XmlColumnOption> ⓘ
Trait Implementations§
Source§impl AstNode for XmlColumnOptionList
impl AstNode for XmlColumnOptionList
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for XmlColumnOptionList
impl Clone for XmlColumnOptionList
Source§fn clone(&self) -> XmlColumnOptionList
fn clone(&self) -> XmlColumnOptionList
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 XmlColumnOptionList
impl Debug for XmlColumnOptionList
Source§impl Hash for XmlColumnOptionList
impl Hash for XmlColumnOptionList
Source§impl PartialEq for XmlColumnOptionList
impl PartialEq for XmlColumnOptionList
impl Eq for XmlColumnOptionList
impl StructuralPartialEq for XmlColumnOptionList
Auto Trait Implementations§
impl Freeze for XmlColumnOptionList
impl !RefUnwindSafe for XmlColumnOptionList
impl !Send for XmlColumnOptionList
impl !Sync for XmlColumnOptionList
impl Unpin for XmlColumnOptionList
impl !UnwindSafe for XmlColumnOptionList
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