pub struct FdwOptionList { /* private fields */ }Implementations§
Source§impl FdwOptionList
impl FdwOptionList
pub fn fdw_options(&self) -> AstChildren<FdwOption> ⓘ
Trait Implementations§
Source§impl AstNode for FdwOptionList
impl AstNode for FdwOptionList
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 FdwOptionList
impl Clone for FdwOptionList
Source§fn clone(&self) -> FdwOptionList
fn clone(&self) -> FdwOptionList
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 FdwOptionList
impl Debug for FdwOptionList
Source§impl Hash for FdwOptionList
impl Hash for FdwOptionList
Source§impl PartialEq for FdwOptionList
impl PartialEq for FdwOptionList
impl Eq for FdwOptionList
impl StructuralPartialEq for FdwOptionList
Auto Trait Implementations§
impl Freeze for FdwOptionList
impl !RefUnwindSafe for FdwOptionList
impl !Send for FdwOptionList
impl !Sync for FdwOptionList
impl Unpin for FdwOptionList
impl !UnwindSafe for FdwOptionList
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