pub struct Skip<const LEN: usize>;Trait Implementations§
Source§impl<'de, const LEN: usize> MyDeserialize<'de> for Skip<LEN>
impl<'de, const LEN: usize> MyDeserialize<'de> for Skip<LEN>
Source§impl<const LEN: usize> MySerialize for Skip<LEN>
impl<const LEN: usize> MySerialize for Skip<LEN>
Source§impl<const LEN: usize> Ord for Skip<LEN>
impl<const LEN: usize> Ord for Skip<LEN>
Source§impl<const LEN: usize> PartialOrd for Skip<LEN>
impl<const LEN: usize> PartialOrd for Skip<LEN>
impl<const LEN: usize> Copy for Skip<LEN>
impl<const LEN: usize> Eq for Skip<LEN>
impl<const LEN: usize> StructuralPartialEq for Skip<LEN>
Auto Trait Implementations§
impl<const LEN: usize> Freeze for Skip<LEN>
impl<const LEN: usize> RefUnwindSafe for Skip<LEN>
impl<const LEN: usize> Send for Skip<LEN>
impl<const LEN: usize> Sync for Skip<LEN>
impl<const LEN: usize> Unpin for Skip<LEN>
impl<const LEN: usize> UnwindSafe for Skip<LEN>
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