pub struct PathListItem;Expand description
TS pathList[] element ({} with TODO upstream).
Trait Implementations§
Source§impl Clone for PathListItem
impl Clone for PathListItem
Source§fn clone(&self) -> PathListItem
fn clone(&self) -> PathListItem
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 PathListItem
impl Debug for PathListItem
Source§impl Default for PathListItem
impl Default for PathListItem
Source§fn default() -> PathListItem
fn default() -> PathListItem
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PathListItem
impl RefUnwindSafe for PathListItem
impl Send for PathListItem
impl Sync for PathListItem
impl Unpin for PathListItem
impl UnsafeUnpin for PathListItem
impl UnwindSafe for PathListItem
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