pub struct InstancePath(pub Vec<(String, usize)>);Tuple Fields§
§0: Vec<(String, usize)>Trait Implementations§
Source§impl Clone for InstancePath
impl Clone for InstancePath
Source§fn clone(&self) -> InstancePath
fn clone(&self) -> InstancePath
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InstancePath
impl Debug for InstancePath
Source§impl<'de> Deserialize<'de> for InstancePath
impl<'de> Deserialize<'de> for InstancePath
Source§fn 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
impl Eq for InstancePath
Source§impl Hash for InstancePath
impl Hash for InstancePath
Source§impl PartialEq for InstancePath
impl PartialEq for InstancePath
Source§impl Serialize for InstancePath
impl Serialize for InstancePath
impl StructuralPartialEq for InstancePath
Auto Trait Implementations§
impl Freeze for InstancePath
impl RefUnwindSafe for InstancePath
impl Send for InstancePath
impl Sync for InstancePath
impl Unpin for InstancePath
impl UnsafeUnpin for InstancePath
impl UnwindSafe for InstancePath
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