pub struct BertWriter;Implementations§
Source§impl BertWriter
impl BertWriter
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BertWriter
impl RefUnwindSafe for BertWriter
impl Send for BertWriter
impl Sync for BertWriter
impl Unpin for BertWriter
impl UnwindSafe for BertWriter
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