pub struct DevPath {
pub nodes: Vec<DevPathNode>,
}Fields§
§nodes: Vec<DevPathNode>Implementations§
Trait Implementations§
impl StructuralPartialEq for DevPath
Auto Trait Implementations§
impl Freeze for DevPath
impl RefUnwindSafe for DevPath
impl Send for DevPath
impl Sync for DevPath
impl Unpin for DevPath
impl UnsafeUnpin for DevPath
impl UnwindSafe for DevPath
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