Struct scylladb_parse::Cached
source · [−]Fields
value: T::Outputlen: usizeImplementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Cached<T> where
<T as Parse>::Output: RefUnwindSafe,
impl<T> Send for Cached<T> where
<T as Parse>::Output: Send,
impl<T> Sync for Cached<T> where
<T as Parse>::Output: Sync,
impl<T> Unpin for Cached<T> where
<T as Parse>::Output: Unpin,
impl<T> UnwindSafe for Cached<T> where
<T as Parse>::Output: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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