pub struct LengthData<L, D> {
pub data: D,
/* private fields */
}
Fields§
§data: D
Implementations§
Source§impl<L, D> LengthData<L, D>
impl<L, D> LengthData<L, D>
Trait Implementations§
Source§impl<L, I, E> Parse<I, E> for LengthData<L, I>
impl<L, I, E> Parse<I, E> for LengthData<L, I>
impl<L, D> StructuralPartialEq for LengthData<L, D>
Auto Trait Implementations§
impl<L, D> Freeze for LengthData<L, D>where
D: Freeze,
impl<L, D> RefUnwindSafe for LengthData<L, D>where
D: RefUnwindSafe,
L: RefUnwindSafe,
impl<L, D> Send for LengthData<L, D>
impl<L, D> Sync for LengthData<L, D>
impl<L, D> Unpin for LengthData<L, D>
impl<L, D> UnwindSafe for LengthData<L, D>where
D: UnwindSafe,
L: UnwindSafe,
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