Struct magic::cookie::SetFlagsError
source · pub struct SetFlagsError { /* private fields */ }
Expand description
Error within Cookie::set_flags()
Note that a similar cookie::OpenError
can also occur
Trait Implementations§
source§impl Debug for SetFlagsError
impl Debug for SetFlagsError
source§impl Display for SetFlagsError
impl Display for SetFlagsError
source§impl Error for SetFlagsError
impl Error for SetFlagsError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for SetFlagsError
impl RefUnwindSafe for SetFlagsError
impl Send for SetFlagsError
impl Sync for SetFlagsError
impl Unpin for SetFlagsError
impl UnwindSafe for SetFlagsError
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