pub struct ListSessionTranscriptRevisionsParams {
pub session_id: String,
pub offset: Option<usize>,
pub limit: Option<usize>,
}Expand description
Request payload for session/transcript_revisions.
Fields§
§session_id: String§offset: Option<usize>§limit: Option<usize>Trait Implementations§
Source§impl Clone for ListSessionTranscriptRevisionsParams
impl Clone for ListSessionTranscriptRevisionsParams
Source§fn clone(&self) -> ListSessionTranscriptRevisionsParams
fn clone(&self) -> ListSessionTranscriptRevisionsParams
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<'de> Deserialize<'de> for ListSessionTranscriptRevisionsParams
impl<'de> Deserialize<'de> for ListSessionTranscriptRevisionsParams
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 ListSessionTranscriptRevisionsParams
impl RefUnwindSafe for ListSessionTranscriptRevisionsParams
impl Send for ListSessionTranscriptRevisionsParams
impl Sync for ListSessionTranscriptRevisionsParams
impl Unpin for ListSessionTranscriptRevisionsParams
impl UnsafeUnpin for ListSessionTranscriptRevisionsParams
impl UnwindSafe for ListSessionTranscriptRevisionsParams
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