Enum atsamd_hal::pukcc::ExpectedLengthError
source · [−]Expand description
An error type specifying an expected length of a slice in question
Variants
AtMost(usize)
AtLeast(usize)
Exactly(usize)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExpectedLengthError
impl Send for ExpectedLengthError
impl Sync for ExpectedLengthError
impl Unpin for ExpectedLengthError
impl UnwindSafe for ExpectedLengthError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more