pub struct InlineCacheKey { /* private fields */ }
Trait Implementations§
Source§impl Clone for InlineCacheKey
impl Clone for InlineCacheKey
Source§fn clone(&self) -> InlineCacheKey
fn clone(&self) -> InlineCacheKey
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InlineCacheKey
impl Debug for InlineCacheKey
Source§impl Display for InlineCacheKey
impl Display for InlineCacheKey
Source§impl FromBytes for InlineCacheKey
impl FromBytes for InlineCacheKey
Source§fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
Interprets the prefix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read moreSource§fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
Interprets the suffix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read moreSource§impl FromZeroes for InlineCacheKey
impl FromZeroes for InlineCacheKey
Auto Trait Implementations§
impl Freeze for InlineCacheKey
impl RefUnwindSafe for InlineCacheKey
impl Send for InlineCacheKey
impl Sync for InlineCacheKey
impl Unpin for InlineCacheKey
impl UnwindSafe for InlineCacheKey
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