Struct nu_protocol::ast::FullCellPath
source · [−]pub struct FullCellPath {
pub head: Expression,
pub tail: Vec<PathMember>,
}Fields
head: Expressiontail: Vec<PathMember>Trait Implementations
sourceimpl Clone for FullCellPath
impl Clone for FullCellPath
sourcefn clone(&self) -> FullCellPath
fn clone(&self) -> FullCellPath
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 FullCellPath
impl Debug for FullCellPath
sourceimpl<'de> Deserialize<'de> for FullCellPath
impl<'de> Deserialize<'de> for FullCellPath
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<FullCellPath> for FullCellPath
impl PartialEq<FullCellPath> for FullCellPath
sourcefn eq(&self, other: &FullCellPath) -> bool
fn eq(&self, other: &FullCellPath) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &FullCellPath) -> bool
fn ne(&self, other: &FullCellPath) -> bool
This method tests for !=.
sourceimpl Serialize for FullCellPath
impl Serialize for FullCellPath
impl StructuralPartialEq for FullCellPath
Auto Trait Implementations
impl RefUnwindSafe for FullCellPath
impl Send for FullCellPath
impl Sync for FullCellPath
impl Unpin for FullCellPath
impl UnwindSafe for FullCellPath
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
sourceimpl<T> Serialize for T where
T: Serialize + ?Sized,
impl<T> Serialize for T where
T: Serialize + ?Sized,
fn erased_serialize(&self, serializer: &mut dyn Serializer) -> Result<Ok, Error>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more