pub enum ContextBuilderError {
CannotSpecifyDevicesAndDeviceType,
CannotSpecifyDevicesAndPlatforms,
}
Variants§
Trait Implementations§
Source§impl Clone for ContextBuilderError
impl Clone for ContextBuilderError
Source§fn clone(&self) -> ContextBuilderError
fn clone(&self) -> ContextBuilderError
Returns a duplicate 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 ContextBuilderError
impl Debug for ContextBuilderError
Source§impl Display for ContextBuilderError
impl Display for ContextBuilderError
Source§impl Fail for ContextBuilderError
impl Fail for ContextBuilderError
Source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace
carried by this failure, if it
carries one. Read moreSource§impl From<ContextBuilderError> for Error
impl From<ContextBuilderError> for Error
Source§fn from(err: ContextBuilderError) -> Error
fn from(err: ContextBuilderError) -> Error
Converts to this type from the input type.
Source§impl PartialEq for ContextBuilderError
impl PartialEq for ContextBuilderError
impl Eq for ContextBuilderError
impl StructuralPartialEq for ContextBuilderError
Auto Trait Implementations§
impl Freeze for ContextBuilderError
impl RefUnwindSafe for ContextBuilderError
impl Send for ContextBuilderError
impl Sync for ContextBuilderError
impl Unpin for ContextBuilderError
impl UnwindSafe for ContextBuilderError
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