pub struct DotCodeDecoder;Expand description
DotCode structural decoder.
Implementations§
Trait Implementations§
Source§impl Clone for DotCodeDecoder
impl Clone for DotCodeDecoder
Source§fn clone(&self) -> DotCodeDecoder
fn clone(&self) -> DotCodeDecoder
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 DotCodeDecoder
Source§impl Debug for DotCodeDecoder
impl Debug for DotCodeDecoder
Source§impl Decode for DotCodeDecoder
impl Decode for DotCodeDecoder
Source§impl Default for DotCodeDecoder
impl Default for DotCodeDecoder
Source§fn default() -> DotCodeDecoder
fn default() -> DotCodeDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DotCodeDecoder
impl RefUnwindSafe for DotCodeDecoder
impl Send for DotCodeDecoder
impl Sync for DotCodeDecoder
impl Unpin for DotCodeDecoder
impl UnsafeUnpin for DotCodeDecoder
impl UnwindSafe for DotCodeDecoder
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