pub struct AttrPath { /* private fields */ }
Implementations§
Trait Implementations§
impl StructuralPartialEq for AttrPath
Auto Trait Implementations§
impl Freeze for AttrPath
impl RefUnwindSafe for AttrPath
impl Send for AttrPath
impl Sync for AttrPath
impl Unpin for AttrPath
impl UnwindSafe for AttrPath
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