pub enum GLError {
NotAvailable,
UnsupportedFormat,
UnsupportedProfile,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl ErrorDomain for GLError
impl ErrorDomain for GLError
Source§impl<'a> FromValueOptional<'a> for GLError
impl<'a> FromValueOptional<'a> for GLError
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Ord for GLError
impl Ord for GLError
Source§impl PartialOrd for GLError
impl PartialOrd for GLError
Source§impl StaticType for GLError
impl StaticType for GLError
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for GLError
impl Eq for GLError
impl StructuralPartialEq for GLError
Auto Trait Implementations§
impl Freeze for GLError
impl RefUnwindSafe for GLError
impl Send for GLError
impl Sync for GLError
impl Unpin for GLError
impl UnwindSafe for GLError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.