#[repr(C)]pub struct GoaPrinters(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoaPrinters
impl RefUnwindSafe for GoaPrinters
impl Send for GoaPrinters
impl Sync for GoaPrinters
impl Unpin for GoaPrinters
impl UnwindSafe for GoaPrinters
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