pub enum WireLocationSegment {
Property {
name: String,
},
Index {
index: usize,
},
}Variants§
Trait Implementations§
Source§impl Clone for WireLocationSegment
impl Clone for WireLocationSegment
Source§fn clone(&self) -> WireLocationSegment
fn clone(&self) -> WireLocationSegment
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 WireLocationSegment
impl Debug for WireLocationSegment
impl Eq for WireLocationSegment
Source§impl PartialEq for WireLocationSegment
impl PartialEq for WireLocationSegment
Source§impl Serialize for WireLocationSegment
impl Serialize for WireLocationSegment
impl StructuralPartialEq for WireLocationSegment
Auto Trait Implementations§
impl Freeze for WireLocationSegment
impl RefUnwindSafe for WireLocationSegment
impl Send for WireLocationSegment
impl Sync for WireLocationSegment
impl Unpin for WireLocationSegment
impl UnsafeUnpin for WireLocationSegment
impl UnwindSafe for WireLocationSegment
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