pub struct LateralView { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for LateralView
impl AstNode for LateralView
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for LateralView
impl Clone for LateralView
Source§fn clone(&self) -> LateralView
fn clone(&self) -> LateralView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LateralView
impl Debug for LateralView
impl Eq for LateralView
Source§impl Hash for LateralView
impl Hash for LateralView
Source§impl PartialEq for LateralView
impl PartialEq for LateralView
impl StructuralPartialEq for LateralView
Auto Trait Implementations§
impl !RefUnwindSafe for LateralView
impl !Send for LateralView
impl !Sync for LateralView
impl !UnwindSafe for LateralView
impl Freeze for LateralView
impl Unpin for LateralView
impl UnsafeUnpin for LateralView
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