pub struct FilePathSpecNonLiteral {
pub nodes: (Locate, Vec<WhiteSpace>),
}Fields
nodes: (Locate, Vec<WhiteSpace>)Trait Implementations
sourceimpl Clone for FilePathSpecNonLiteral
impl Clone for FilePathSpecNonLiteral
sourcefn clone(&self) -> FilePathSpecNonLiteral
fn clone(&self) -> FilePathSpecNonLiteral
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FilePathSpecNonLiteral
impl Debug for FilePathSpecNonLiteral
sourceimpl<'a> From<&'a FilePathSpecNonLiteral> for RefNode<'a>
impl<'a> From<&'a FilePathSpecNonLiteral> for RefNode<'a>
sourcefn from(x: &'a FilePathSpecNonLiteral) -> Self
fn from(x: &'a FilePathSpecNonLiteral) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a FilePathSpecNonLiteral> for RefNodes<'a>
impl<'a> From<&'a FilePathSpecNonLiteral> for RefNodes<'a>
sourcefn from(x: &'a FilePathSpecNonLiteral) -> Self
fn from(x: &'a FilePathSpecNonLiteral) -> Self
Converts to this type from the input type.
sourceimpl From<FilePathSpecNonLiteral> for AnyNode
impl From<FilePathSpecNonLiteral> for AnyNode
sourcefn from(x: FilePathSpecNonLiteral) -> Self
fn from(x: FilePathSpecNonLiteral) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a FilePathSpecNonLiteral
impl<'a> IntoIterator for &'a FilePathSpecNonLiteral
sourceimpl PartialEq<FilePathSpecNonLiteral> for FilePathSpecNonLiteral
impl PartialEq<FilePathSpecNonLiteral> for FilePathSpecNonLiteral
sourcefn eq(&self, other: &FilePathSpecNonLiteral) -> bool
fn eq(&self, other: &FilePathSpecNonLiteral) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &FilePathSpecNonLiteral) -> bool
fn ne(&self, other: &FilePathSpecNonLiteral) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a FilePathSpecNonLiteral> for Locate
impl<'a> TryFrom<&'a FilePathSpecNonLiteral> for Locate
sourceimpl TryFrom<AnyNode> for FilePathSpecNonLiteral
impl TryFrom<AnyNode> for FilePathSpecNonLiteral
sourceimpl TryFrom<FilePathSpecNonLiteral> for Locate
impl TryFrom<FilePathSpecNonLiteral> for Locate
impl StructuralPartialEq for FilePathSpecNonLiteral
Auto Trait Implementations
impl RefUnwindSafe for FilePathSpecNonLiteral
impl Send for FilePathSpecNonLiteral
impl Sync for FilePathSpecNonLiteral
impl Unpin for FilePathSpecNonLiteral
impl UnwindSafe for FilePathSpecNonLiteral
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more