Struct waves_rust::model::base64string::Base64String
source · pub struct Base64String { /* private fields */ }
Implementations§
source§impl Base64String
impl Base64String
pub fn from_bytes(bytes: Vec<u8>) -> Base64String
pub fn from_string(encoded: &str) -> Result<Base64String>
pub fn empty() -> Base64String
Trait Implementations§
source§impl ByteString for Base64String
impl ByteString for Base64String
source§impl Clone for Base64String
impl Clone for Base64String
source§fn clone(&self) -> Base64String
fn clone(&self) -> Base64String
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 Base64String
impl Debug for Base64String
source§impl Hash for Base64String
impl Hash for Base64String
source§impl PartialEq<Base64String> for Base64String
impl PartialEq<Base64String> for Base64String
source§fn eq(&self, other: &Base64String) -> bool
fn eq(&self, other: &Base64String) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for Base64String
impl StructuralEq for Base64String
impl StructuralPartialEq for Base64String
Auto Trait Implementations§
impl RefUnwindSafe for Base64String
impl Send for Base64String
impl Sync for Base64String
impl Unpin for Base64String
impl UnwindSafe for Base64String
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.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request