pub enum InlineStorage {}Expand description
Storage that stores values inline.
Trait Implementations§
Source§impl Clone for InlineStorage
impl Clone for InlineStorage
Source§fn clone(&self) -> InlineStorage
fn clone(&self) -> InlineStorage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InlineStorage
Source§impl Debug for InlineStorage
impl Debug for InlineStorage
impl Eq for InlineStorage
Source§impl Hash for InlineStorage
impl Hash for InlineStorage
Source§impl Ord for InlineStorage
impl Ord for InlineStorage
Source§fn cmp(&self, other: &InlineStorage) -> Ordering
fn cmp(&self, other: &InlineStorage) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InlineStorage
impl PartialEq for InlineStorage
Source§fn eq(&self, other: &InlineStorage) -> bool
fn eq(&self, other: &InlineStorage) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for InlineStorage
impl PartialOrd for InlineStorage
Source§impl Storage for InlineStorage
impl Storage for InlineStorage
Source§fn into_inner<T>(container: Self::Container<T>) -> T
fn into_inner<T>(container: Self::Container<T>) -> T
Destruct the container to retrieve the contained value.
Source§fn as_ref<T>(container: &Self::Container<T>) -> &T
fn as_ref<T>(container: &Self::Container<T>) -> &T
Retrieve a reference to the contained value.
impl StructuralPartialEq for InlineStorage
Auto Trait Implementations§
impl Freeze for InlineStorage
impl RefUnwindSafe for InlineStorage
impl Send for InlineStorage
impl Sync for InlineStorage
impl Unpin for InlineStorage
impl UnsafeUnpin for InlineStorage
impl UnwindSafe for InlineStorage
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