pub struct DescribeSessionParams {
pub include_profiling: bool,
}Fields§
§include_profiling: boolTrait Implementations§
Source§impl Clone for DescribeSessionParams
impl Clone for DescribeSessionParams
Source§fn clone(&self) -> DescribeSessionParams
fn clone(&self) -> DescribeSessionParams
Returns a duplicate of the value. Read more
1.0.0 · 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 DescribeSessionParams
impl Debug for DescribeSessionParams
Source§impl Default for DescribeSessionParams
impl Default for DescribeSessionParams
Source§fn default() -> DescribeSessionParams
fn default() -> DescribeSessionParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeSessionParams
impl<'de> Deserialize<'de> for DescribeSessionParams
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 DescribeSessionParams
impl RefUnwindSafe for DescribeSessionParams
impl Send for DescribeSessionParams
impl Sync for DescribeSessionParams
impl Unpin for DescribeSessionParams
impl UnwindSafe for DescribeSessionParams
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