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