pub struct Cached<T: Parse> {
pub value: T::Output,
pub len: usize,
}
Fields§
§value: T::Output
§len: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Cached<T>
impl<T> RefUnwindSafe for Cached<T>
impl<T> Send for Cached<T>
impl<T> Sync for Cached<T>
impl<T> Unpin for Cached<T>
impl<T> UnwindSafe for Cached<T>
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