pub struct MirrorErrorMessage {
pub error: String,
pub key: MirrorErrorKey,
pub uuid: Option<String>,
pub session_id: Option<String>,
}Fields§
§error: String§key: MirrorErrorKey§uuid: Option<String>§session_id: Option<String>Trait Implementations§
Source§impl Clone for MirrorErrorMessage
impl Clone for MirrorErrorMessage
Source§fn clone(&self) -> MirrorErrorMessage
fn clone(&self) -> MirrorErrorMessage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MirrorErrorMessage
impl Debug for MirrorErrorMessage
Source§impl<'de> Deserialize<'de> for MirrorErrorMessage
impl<'de> Deserialize<'de> for MirrorErrorMessage
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 MirrorErrorMessage
impl RefUnwindSafe for MirrorErrorMessage
impl Send for MirrorErrorMessage
impl Sync for MirrorErrorMessage
impl Unpin for MirrorErrorMessage
impl UnsafeUnpin for MirrorErrorMessage
impl UnwindSafe for MirrorErrorMessage
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