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