pub struct MirrorErrorKey {
pub project_key: String,
pub session_id: String,
pub subpath: Option<String>,
}Fields§
§project_key: String§session_id: String§subpath: Option<String>Trait Implementations§
Source§impl Clone for MirrorErrorKey
impl Clone for MirrorErrorKey
Source§fn clone(&self) -> MirrorErrorKey
fn clone(&self) -> MirrorErrorKey
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 MirrorErrorKey
impl Debug for MirrorErrorKey
Source§impl<'de> Deserialize<'de> for MirrorErrorKey
impl<'de> Deserialize<'de> for MirrorErrorKey
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 MirrorErrorKey
impl RefUnwindSafe for MirrorErrorKey
impl Send for MirrorErrorKey
impl Sync for MirrorErrorKey
impl Unpin for MirrorErrorKey
impl UnsafeUnpin for MirrorErrorKey
impl UnwindSafe for MirrorErrorKey
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