pub struct ValuePointer {
pub path: Vec<ValuePointerComponent>,
}Expand description
The owned version of a ValuePointerRef.
Fields§
§path: Vec<ValuePointerComponent>Trait Implementations§
Source§impl Clone for ValuePointer
impl Clone for ValuePointer
Source§fn clone(&self) -> ValuePointer
fn clone(&self) -> ValuePointer
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 ValuePointer
impl Debug for ValuePointer
Source§impl Default for ValuePointer
impl Default for ValuePointer
Source§fn default() -> ValuePointer
fn default() -> ValuePointer
Returns the “default value” for a type. Read more
Source§impl Ord for ValuePointer
impl Ord for ValuePointer
Source§fn cmp(&self, other: &ValuePointer) -> Ordering
fn cmp(&self, other: &ValuePointer) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ValuePointer
impl PartialEq for ValuePointer
Source§impl PartialOrd for ValuePointer
impl PartialOrd for ValuePointer
impl Eq for ValuePointer
impl StructuralPartialEq for ValuePointer
Auto Trait Implementations§
impl Freeze for ValuePointer
impl RefUnwindSafe for ValuePointer
impl Send for ValuePointer
impl Sync for ValuePointer
impl Unpin for ValuePointer
impl UnwindSafe for ValuePointer
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