Struct seaplane_cli::ops::encoded_string::EncodedString
source · pub struct EncodedString(_);Implementations§
Trait Implementations§
source§impl Clone for EncodedString
impl Clone for EncodedString
source§fn clone(&self) -> EncodedString
fn clone(&self) -> EncodedString
Returns a copy 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 Debug for EncodedString
impl Debug for EncodedString
source§impl Default for EncodedString
impl Default for EncodedString
source§impl Display for EncodedString
impl Display for EncodedString
source§impl PartialEq<EncodedString> for EncodedString
impl PartialEq<EncodedString> for EncodedString
source§fn eq(&self, other: &EncodedString) -> bool
fn eq(&self, other: &EncodedString) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for EncodedString
impl Serialize for EncodedString
impl Eq for EncodedString
impl StructuralEq for EncodedString
impl StructuralPartialEq for EncodedString
Auto Trait Implementations§
impl RefUnwindSafe for EncodedString
impl Send for EncodedString
impl Sync for EncodedString
impl Unpin for EncodedString
impl UnwindSafe for EncodedString
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.