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