pub struct FreeBusyError {
pub message: String,
pub response_code: String,
}
Fields§
§message: String
§response_code: String
Trait Implementations§
Source§impl Clone for FreeBusyError
impl Clone for FreeBusyError
Source§fn clone(&self) -> FreeBusyError
fn clone(&self) -> FreeBusyError
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 FreeBusyError
impl Debug for FreeBusyError
Source§impl<'de> Deserialize<'de> for FreeBusyError
impl<'de> Deserialize<'de> for FreeBusyError
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 FreeBusyError
impl PartialEq for FreeBusyError
Source§impl Serialize for FreeBusyError
impl Serialize for FreeBusyError
impl Eq for FreeBusyError
impl StructuralPartialEq for FreeBusyError
Auto Trait Implementations§
impl Freeze for FreeBusyError
impl RefUnwindSafe for FreeBusyError
impl Send for FreeBusyError
impl Sync for FreeBusyError
impl Unpin for FreeBusyError
impl UnwindSafe for FreeBusyError
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