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