pub struct EncodedCode { /* private fields */ }Expand description
Stack-allocated Wubi code (3 or 4 ASCII letters).
Implementations§
Source§impl EncodedCode
impl EncodedCode
Trait Implementations§
Source§impl Clone for EncodedCode
impl Clone for EncodedCode
Source§fn clone(&self) -> EncodedCode
fn clone(&self) -> EncodedCode
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 moreSource§impl Debug for EncodedCode
impl Debug for EncodedCode
Source§impl Display for EncodedCode
impl Display for EncodedCode
Source§impl PartialEq for EncodedCode
impl PartialEq for EncodedCode
Source§fn eq(&self, other: &EncodedCode) -> bool
fn eq(&self, other: &EncodedCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EncodedCode
impl Eq for EncodedCode
impl StructuralPartialEq for EncodedCode
Auto Trait Implementations§
impl Freeze for EncodedCode
impl RefUnwindSafe for EncodedCode
impl Send for EncodedCode
impl Sync for EncodedCode
impl Unpin for EncodedCode
impl UnsafeUnpin for EncodedCode
impl UnwindSafe for EncodedCode
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