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