Struct ab_glyph::InvalidFont
source · pub struct InvalidFont;
Expand description
Invalid font data error.
Trait Implementations§
source§impl Clone for InvalidFont
impl Clone for InvalidFont
source§fn clone(&self) -> InvalidFont
fn clone(&self) -> InvalidFont
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 InvalidFont
impl Debug for InvalidFont
source§impl Display for InvalidFont
impl Display for InvalidFont
source§impl Error for InvalidFont
impl Error for InvalidFont
1.30.0 · 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()
source§impl Hash for InvalidFont
impl Hash for InvalidFont
source§impl PartialEq for InvalidFont
impl PartialEq for InvalidFont
source§fn eq(&self, other: &InvalidFont) -> bool
fn eq(&self, other: &InvalidFont) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InvalidFont
impl Eq for InvalidFont
impl StructuralPartialEq for InvalidFont
Auto Trait Implementations§
impl Freeze for InvalidFont
impl RefUnwindSafe for InvalidFont
impl Send for InvalidFont
impl Sync for InvalidFont
impl Unpin for InvalidFont
impl UnwindSafe for InvalidFont
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