pub struct ExportSessionReplayReq {
pub session_id: String,
pub format: ExportFormat,
}Expand description
ISS-018 — ExportSessionReplay 参数。
Fields§
§session_id: String要导出的 session id
format: ExportFormat输出格式
Trait Implementations§
Source§impl Clone for ExportSessionReplayReq
impl Clone for ExportSessionReplayReq
Source§fn clone(&self) -> ExportSessionReplayReq
fn clone(&self) -> ExportSessionReplayReq
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 ExportSessionReplayReq
impl Debug for ExportSessionReplayReq
Source§impl<'de> Deserialize<'de> for ExportSessionReplayReq
impl<'de> Deserialize<'de> for ExportSessionReplayReq
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 ExportSessionReplayReq
impl PartialEq for ExportSessionReplayReq
Source§fn eq(&self, other: &ExportSessionReplayReq) -> bool
fn eq(&self, other: &ExportSessionReplayReq) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExportSessionReplayReq
impl Serialize for ExportSessionReplayReq
impl Eq for ExportSessionReplayReq
impl StructuralPartialEq for ExportSessionReplayReq
Auto Trait Implementations§
impl Freeze for ExportSessionReplayReq
impl RefUnwindSafe for ExportSessionReplayReq
impl Send for ExportSessionReplayReq
impl Sync for ExportSessionReplayReq
impl Unpin for ExportSessionReplayReq
impl UnsafeUnpin for ExportSessionReplayReq
impl UnwindSafe for ExportSessionReplayReq
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