pub struct SessionDeleteReport {
pub session_id: String,
pub process: Option<ProcessSessionDeleteReport>,
}Fields§
§session_id: String§process: Option<ProcessSessionDeleteReport>Trait Implementations§
Source§impl Clone for SessionDeleteReport
impl Clone for SessionDeleteReport
Source§fn clone(&self) -> SessionDeleteReport
fn clone(&self) -> SessionDeleteReport
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 SessionDeleteReport
impl Debug for SessionDeleteReport
Source§impl Default for SessionDeleteReport
impl Default for SessionDeleteReport
Source§fn default() -> SessionDeleteReport
fn default() -> SessionDeleteReport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SessionDeleteReport
impl<'de> Deserialize<'de> for SessionDeleteReport
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 SessionDeleteReport
impl RefUnwindSafe for SessionDeleteReport
impl Send for SessionDeleteReport
impl Sync for SessionDeleteReport
impl Unpin for SessionDeleteReport
impl UnsafeUnpin for SessionDeleteReport
impl UnwindSafe for SessionDeleteReport
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