pub struct ExtensionTypeChunkKeyEncoding;Expand description
The chunk key encoding extension type.
Trait Implementations§
Source§impl Clone for ExtensionTypeChunkKeyEncoding
impl Clone for ExtensionTypeChunkKeyEncoding
Source§fn clone(&self) -> ExtensionTypeChunkKeyEncoding
fn clone(&self) -> ExtensionTypeChunkKeyEncoding
Returns a duplicate 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 Default for ExtensionTypeChunkKeyEncoding
impl Default for ExtensionTypeChunkKeyEncoding
Source§fn default() -> ExtensionTypeChunkKeyEncoding
fn default() -> ExtensionTypeChunkKeyEncoding
Returns the “default value” for a type. Read more
impl Copy for ExtensionTypeChunkKeyEncoding
impl ExtensionType for ExtensionTypeChunkKeyEncoding
Auto Trait Implementations§
impl Freeze for ExtensionTypeChunkKeyEncoding
impl RefUnwindSafe for ExtensionTypeChunkKeyEncoding
impl Send for ExtensionTypeChunkKeyEncoding
impl Sync for ExtensionTypeChunkKeyEncoding
impl Unpin for ExtensionTypeChunkKeyEncoding
impl UnwindSafe for ExtensionTypeChunkKeyEncoding
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