pub enum ListSipCredentialError {
UnknownValue(Value),
}
Expand description
struct for typed errors of method list_sip_credential
Variants§
Trait Implementations§
Source§impl Clone for ListSipCredentialError
impl Clone for ListSipCredentialError
Source§fn clone(&self) -> ListSipCredentialError
fn clone(&self) -> ListSipCredentialError
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 ListSipCredentialError
impl Debug for ListSipCredentialError
Source§impl<'de> Deserialize<'de> for ListSipCredentialError
impl<'de> Deserialize<'de> for ListSipCredentialError
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
Auto Trait Implementations§
impl Freeze for ListSipCredentialError
impl RefUnwindSafe for ListSipCredentialError
impl Send for ListSipCredentialError
impl Sync for ListSipCredentialError
impl Unpin for ListSipCredentialError
impl UnwindSafe for ListSipCredentialError
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