Struct medea_control_api_proto::member::PlainCredentials
source · pub struct PlainCredentials(/* private fields */);Expand description
Plain Credentials returned in a Sid.
Trait Implementations§
source§impl Clone for PlainCredentials
impl Clone for PlainCredentials
source§fn clone(&self) -> PlainCredentials
fn clone(&self) -> PlainCredentials
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 PlainCredentials
impl Debug for PlainCredentials
source§impl Display for PlainCredentials
impl Display for PlainCredentials
source§impl From<&str> for PlainCredentials
impl From<&str> for PlainCredentials
source§fn from(original: &str) -> PlainCredentials
fn from(original: &str) -> PlainCredentials
Converts to this type from the input type.
source§impl From<PlainCredentials> for Box<str>
impl From<PlainCredentials> for Box<str>
source§fn from(original: PlainCredentials) -> Self
fn from(original: PlainCredentials) -> Self
Converts to this type from the input type.
source§impl From<PlainCredentials> for Credentials
impl From<PlainCredentials> for Credentials
source§fn from(original: PlainCredentials) -> Credentials
fn from(original: PlainCredentials) -> Credentials
Converts to this type from the input type.
source§impl From<PlainCredentials> for String
impl From<PlainCredentials> for String
source§fn from(original: PlainCredentials) -> Self
fn from(original: PlainCredentials) -> Self
Converts to this type from the input type.
source§impl From<String> for PlainCredentials
impl From<String> for PlainCredentials
source§fn from(original: String) -> PlainCredentials
fn from(original: String) -> PlainCredentials
Converts to this type from the input type.
source§impl Hash for PlainCredentials
impl Hash for PlainCredentials
source§impl Ord for PlainCredentials
impl Ord for PlainCredentials
source§fn cmp(&self, other: &PlainCredentials) -> Ordering
fn cmp(&self, other: &PlainCredentials) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PlainCredentials
impl PartialEq for PlainCredentials
source§impl PartialOrd for PlainCredentials
impl PartialOrd for PlainCredentials
impl Eq for PlainCredentials
impl StructuralPartialEq for PlainCredentials
Auto Trait Implementations§
impl Freeze for PlainCredentials
impl RefUnwindSafe for PlainCredentials
impl Send for PlainCredentials
impl Sync for PlainCredentials
impl Unpin for PlainCredentials
impl UnwindSafe for PlainCredentials
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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