pub struct ExportSessionParams {
pub format: Option<ExportSessionFormat>,
}Expand description
Query and header parameters for exportSession.
Fields§
§format: Option<ExportSessionFormat>Trait Implementations§
Source§impl Clone for ExportSessionParams
impl Clone for ExportSessionParams
Source§fn clone(&self) -> ExportSessionParams
fn clone(&self) -> ExportSessionParams
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 ExportSessionParams
impl Debug for ExportSessionParams
Source§impl Default for ExportSessionParams
impl Default for ExportSessionParams
Source§fn default() -> ExportSessionParams
fn default() -> ExportSessionParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExportSessionParams
impl<'de> Deserialize<'de> for ExportSessionParams
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 ExportSessionParams
impl PartialEq for ExportSessionParams
Source§impl Serialize for ExportSessionParams
impl Serialize for ExportSessionParams
impl StructuralPartialEq for ExportSessionParams
Auto Trait Implementations§
impl Freeze for ExportSessionParams
impl RefUnwindSafe for ExportSessionParams
impl Send for ExportSessionParams
impl Sync for ExportSessionParams
impl Unpin for ExportSessionParams
impl UnsafeUnpin for ExportSessionParams
impl UnwindSafe for ExportSessionParams
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