pub struct GetLedPositionsError(/* private fields */);Expand description
The error that can occur when getting led positions fails for a given CueDevice.
Trait Implementations§
Source§impl Clone for GetLedPositionsError
impl Clone for GetLedPositionsError
Source§fn clone(&self) -> GetLedPositionsError
fn clone(&self) -> GetLedPositionsError
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 GetLedPositionsError
impl Debug for GetLedPositionsError
Source§impl Display for GetLedPositionsError
impl Display for GetLedPositionsError
Source§impl Fail for GetLedPositionsError
impl Fail for GetLedPositionsError
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 PartialEq for GetLedPositionsError
impl PartialEq for GetLedPositionsError
impl StructuralPartialEq for GetLedPositionsError
Auto Trait Implementations§
impl Freeze for GetLedPositionsError
impl RefUnwindSafe for GetLedPositionsError
impl Send for GetLedPositionsError
impl Sync for GetLedPositionsError
impl Unpin for GetLedPositionsError
impl UnwindSafe for GetLedPositionsError
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