pub struct InsertBufs { /* private fields */ }Implementations§
Source§impl InsertBufs
impl InsertBufs
Trait Implementations§
Source§impl Default for InsertBufs
impl Default for InsertBufs
Source§fn default() -> InsertBufs
fn default() -> InsertBufs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InsertBufs
impl RefUnwindSafe for InsertBufs
impl Send for InsertBufs
impl Sync for InsertBufs
impl Unpin for InsertBufs
impl UnsafeUnpin for InsertBufs
impl UnwindSafe for InsertBufs
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