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