Enum fea_rs::compile::error::GlyphOrderError
source · pub enum GlyphOrderError {
NameError {
name: String,
},
MissingNotDef,
}Expand description
An error that occurs when loading a raw glyph order.
Variants§
Trait Implementations§
source§impl Clone for GlyphOrderError
impl Clone for GlyphOrderError
source§fn clone(&self) -> GlyphOrderError
fn clone(&self) -> GlyphOrderError
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 GlyphOrderError
impl Debug for GlyphOrderError
source§impl Display for GlyphOrderError
impl Display for GlyphOrderError
source§impl Error for GlyphOrderError
impl Error for GlyphOrderError
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()
Auto Trait Implementations§
impl RefUnwindSafe for GlyphOrderError
impl Send for GlyphOrderError
impl Sync for GlyphOrderError
impl Unpin for GlyphOrderError
impl UnwindSafe for GlyphOrderError
Blanket Implementations§
source§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere U: FromObjRef<T>,
source§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T, using the provided data to resolve any offsets.