pub enum IceCredentialType {
Password,
Oauth,
}Expand description
Describes how credentials are conveyed for a given ICE server.
Variants§
Trait Implementations§
Source§impl Clone for IceCredentialType
impl Clone for IceCredentialType
Source§fn clone(&self) -> IceCredentialType
fn clone(&self) -> IceCredentialType
Returns a duplicate 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 IceCredentialType
impl Debug for IceCredentialType
Source§impl Default for IceCredentialType
impl Default for IceCredentialType
Source§fn default() -> IceCredentialType
fn default() -> IceCredentialType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IceCredentialType
impl<'de> Deserialize<'de> for IceCredentialType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for IceCredentialType
impl PartialEq for IceCredentialType
Source§impl Serialize for IceCredentialType
impl Serialize for IceCredentialType
impl Eq for IceCredentialType
impl StructuralPartialEq for IceCredentialType
Auto Trait Implementations§
impl Freeze for IceCredentialType
impl RefUnwindSafe for IceCredentialType
impl Send for IceCredentialType
impl Sync for IceCredentialType
impl Unpin for IceCredentialType
impl UnwindSafe for IceCredentialType
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