pub struct FireBaseAPIErrorDetail {
pub message: String,
pub reason: String,
pub domain: String,
}Fields§
§message: String§reason: String§domain: StringTrait Implementations§
Source§impl Clone for FireBaseAPIErrorDetail
impl Clone for FireBaseAPIErrorDetail
Source§fn clone(&self) -> FireBaseAPIErrorDetail
fn clone(&self) -> FireBaseAPIErrorDetail
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 FireBaseAPIErrorDetail
impl Debug for FireBaseAPIErrorDetail
Source§impl<'de> Deserialize<'de> for FireBaseAPIErrorDetail
impl<'de> Deserialize<'de> for FireBaseAPIErrorDetail
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 FireBaseAPIErrorDetail
impl RefUnwindSafe for FireBaseAPIErrorDetail
impl Send for FireBaseAPIErrorDetail
impl Sync for FireBaseAPIErrorDetail
impl Unpin for FireBaseAPIErrorDetail
impl UnwindSafe for FireBaseAPIErrorDetail
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