pub enum DynamicPinErr {
WrongDirection,
}Expand description
Error that can be thrown by operations on a Dynamic pin
Variants§
WrongDirection
you called a function that is not applicable to the pin’s current direction
Trait Implementations§
Source§impl Clone for DynamicPinErr
impl Clone for DynamicPinErr
Source§fn clone(&self) -> DynamicPinErr
fn clone(&self) -> DynamicPinErr
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 DynamicPinErr
impl Debug for DynamicPinErr
impl Copy for DynamicPinErr
Auto Trait Implementations§
impl Freeze for DynamicPinErr
impl RefUnwindSafe for DynamicPinErr
impl Send for DynamicPinErr
impl Sync for DynamicPinErr
impl Unpin for DynamicPinErr
impl UnwindSafe for DynamicPinErr
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