pub struct UuidBlob16Decoder;Expand description
Decoder rendering UUID wire text into a 16-byte Value::Blob.
Trait Implementations§
Source§impl Clone for UuidBlob16Decoder
impl Clone for UuidBlob16Decoder
Source§fn clone(&self) -> UuidBlob16Decoder
fn clone(&self) -> UuidBlob16Decoder
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 UuidBlob16Decoder
Source§impl Debug for UuidBlob16Decoder
impl Debug for UuidBlob16Decoder
Source§impl Default for UuidBlob16Decoder
impl Default for UuidBlob16Decoder
Source§fn default() -> UuidBlob16Decoder
fn default() -> UuidBlob16Decoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UuidBlob16Decoder
impl RefUnwindSafe for UuidBlob16Decoder
impl Send for UuidBlob16Decoder
impl Sync for UuidBlob16Decoder
impl Unpin for UuidBlob16Decoder
impl UnsafeUnpin for UuidBlob16Decoder
impl UnwindSafe for UuidBlob16Decoder
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