pub struct UpdateLedsColorBufferError(/* private fields */);
Expand description
The error that can be returned from the update_leds_color_buffer
method.
Trait Implementations§
Source§impl Clone for UpdateLedsColorBufferError
impl Clone for UpdateLedsColorBufferError
Source§fn clone(&self) -> UpdateLedsColorBufferError
fn clone(&self) -> UpdateLedsColorBufferError
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 UpdateLedsColorBufferError
impl Debug for UpdateLedsColorBufferError
Source§impl Display for UpdateLedsColorBufferError
impl Display for UpdateLedsColorBufferError
Source§impl Fail for UpdateLedsColorBufferError
impl Fail for UpdateLedsColorBufferError
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 moreimpl StructuralPartialEq for UpdateLedsColorBufferError
Auto Trait Implementations§
impl Freeze for UpdateLedsColorBufferError
impl RefUnwindSafe for UpdateLedsColorBufferError
impl Send for UpdateLedsColorBufferError
impl Sync for UpdateLedsColorBufferError
impl Unpin for UpdateLedsColorBufferError
impl UnwindSafe for UpdateLedsColorBufferError
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