pub struct PathsSerializer;Implementations§
Auto Trait Implementations§
impl Freeze for PathsSerializer
impl RefUnwindSafe for PathsSerializer
impl Send for PathsSerializer
impl Sync for PathsSerializer
impl Unpin for PathsSerializer
impl UnsafeUnpin for PathsSerializer
impl UnwindSafe for PathsSerializer
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