Struct setup_console::SetupConsoleError
source · pub struct SetupConsoleError(_);
Trait Implementations§
source§impl Clone for SetupConsoleError
impl Clone for SetupConsoleError
source§fn clone(&self) -> SetupConsoleError
fn clone(&self) -> SetupConsoleError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SetupConsoleError
impl Debug for SetupConsoleError
Auto Trait Implementations§
impl RefUnwindSafe for SetupConsoleError
impl Send for SetupConsoleError
impl Sync for SetupConsoleError
impl Unpin for SetupConsoleError
impl UnwindSafe for SetupConsoleError
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