pub enum BlobStorageHint {
Compressible,
InlinePreferred,
LargePayload,
}Variants§
Trait Implementations§
Source§impl Clone for BlobStorageHint
impl Clone for BlobStorageHint
Source§fn clone(&self) -> BlobStorageHint
fn clone(&self) -> BlobStorageHint
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 BlobStorageHint
Source§impl Debug for BlobStorageHint
impl Debug for BlobStorageHint
Source§impl<'de> Deserialize<'de> for BlobStorageHint
impl<'de> Deserialize<'de> for BlobStorageHint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for BlobStorageHint
Source§impl Hash for BlobStorageHint
impl Hash for BlobStorageHint
Source§impl PartialEq for BlobStorageHint
impl PartialEq for BlobStorageHint
Source§fn eq(&self, other: &BlobStorageHint) -> bool
fn eq(&self, other: &BlobStorageHint) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BlobStorageHint
impl Serialize for BlobStorageHint
impl StructuralPartialEq for BlobStorageHint
Auto Trait Implementations§
impl Freeze for BlobStorageHint
impl RefUnwindSafe for BlobStorageHint
impl Send for BlobStorageHint
impl Sync for BlobStorageHint
impl Unpin for BlobStorageHint
impl UnsafeUnpin for BlobStorageHint
impl UnwindSafe for BlobStorageHint
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