Struct liquid_compiler::value::Path
source · pub struct Path { /* private fields */ }Expand description
Path to a value in an Object.
Implementations
Trait Implementations
sourceimpl Extend<Scalar> for Path
impl Extend<Scalar> for Path
sourcefn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = Scalar>,
fn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = Scalar>,
Extends a collection with the contents of an iterator. Read more
sourcefn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
sourcefn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
sourceimpl FromIterator<Scalar> for Path
impl FromIterator<Scalar> for Path
impl StructuralPartialEq for Path
Auto Trait Implementations
impl RefUnwindSafe for Path
impl Send for Path
impl Sync for Path
impl Unpin for Path
impl UnwindSafe for Path
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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