pub struct ShowcancelledDeclaration {
    pub nodes: (Keyword, ListOfPathOutputs, Symbol),
}Fields§
§nodes: (Keyword, ListOfPathOutputs, Symbol)Trait Implementations§
Source§impl Clone for ShowcancelledDeclaration
 
impl Clone for ShowcancelledDeclaration
Source§fn clone(&self) -> ShowcancelledDeclaration
 
fn clone(&self) -> ShowcancelledDeclaration
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 ShowcancelledDeclaration
 
impl Debug for ShowcancelledDeclaration
Source§impl<'a> From<&'a ShowcancelledDeclaration> for RefNode<'a>
 
impl<'a> From<&'a ShowcancelledDeclaration> for RefNode<'a>
Source§fn from(x: &'a ShowcancelledDeclaration) -> RefNode<'a>
 
fn from(x: &'a ShowcancelledDeclaration) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ShowcancelledDeclaration> for RefNodes<'a>
 
impl<'a> From<&'a ShowcancelledDeclaration> for RefNodes<'a>
Source§fn from(x: &'a ShowcancelledDeclaration) -> RefNodes<'a>
 
fn from(x: &'a ShowcancelledDeclaration) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ShowcancelledDeclaration> for AnyNode
 
impl From<ShowcancelledDeclaration> for AnyNode
Source§fn from(x: ShowcancelledDeclaration) -> AnyNode
 
fn from(x: ShowcancelledDeclaration) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ShowcancelledDeclaration
 
impl<'a> IntoIterator for &'a ShowcancelledDeclaration
Source§impl PartialEq for ShowcancelledDeclaration
 
impl PartialEq for ShowcancelledDeclaration
Source§impl<'a> TryFrom<&'a ShowcancelledDeclaration> for Locate
 
impl<'a> TryFrom<&'a ShowcancelledDeclaration> for Locate
Source§impl TryFrom<AnyNode> for ShowcancelledDeclaration
 
impl TryFrom<AnyNode> for ShowcancelledDeclaration
Source§impl TryFrom<ShowcancelledDeclaration> for Locate
 
impl TryFrom<ShowcancelledDeclaration> for Locate
impl StructuralPartialEq for ShowcancelledDeclaration
Auto Trait Implementations§
impl Freeze for ShowcancelledDeclaration
impl RefUnwindSafe for ShowcancelledDeclaration
impl Send for ShowcancelledDeclaration
impl Sync for ShowcancelledDeclaration
impl Unpin for ShowcancelledDeclaration
impl UnwindSafe for ShowcancelledDeclaration
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