pub struct LedIndex(/* private fields */);Implementations§
Trait Implementations§
impl Copy for LedIndex
impl Eq for LedIndex
impl StructuralPartialEq for LedIndex
Auto Trait Implementations§
impl Freeze for LedIndex
impl RefUnwindSafe for LedIndex
impl Send for LedIndex
impl Sync for LedIndex
impl Unpin for LedIndex
impl UnsafeUnpin for LedIndex
impl UnwindSafe for LedIndex
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