pub struct LiveIdPath(pub Vec<LiveId>);
Tuple Fields§
§0: Vec<LiveId>
Trait Implementations§
Source§impl Clone for LiveIdPath
impl Clone for LiveIdPath
Source§fn clone(&self) -> LiveIdPath
fn clone(&self) -> LiveIdPath
Returns a copy 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 LiveIdPath
impl Debug for LiveIdPath
Source§impl PartialEq for LiveIdPath
impl PartialEq for LiveIdPath
impl StructuralPartialEq for LiveIdPath
Auto Trait Implementations§
impl Freeze for LiveIdPath
impl RefUnwindSafe for LiveIdPath
impl Send for LiveIdPath
impl Sync for LiveIdPath
impl Unpin for LiveIdPath
impl UnwindSafe for LiveIdPath
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