pub struct ListSessionAnnotationsResponse {
pub items: Option<Vec<ListSessionAnnotationsResponseItem>>,
}Expand description
ListSessionAnnotationsResponse model.
Fields§
§items: Option<Vec<ListSessionAnnotationsResponseItem>>Trait Implementations§
Source§impl Clone for ListSessionAnnotationsResponse
impl Clone for ListSessionAnnotationsResponse
Source§fn clone(&self) -> ListSessionAnnotationsResponse
fn clone(&self) -> ListSessionAnnotationsResponse
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 Default for ListSessionAnnotationsResponse
impl Default for ListSessionAnnotationsResponse
Source§fn default() -> ListSessionAnnotationsResponse
fn default() -> ListSessionAnnotationsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListSessionAnnotationsResponse
impl<'de> Deserialize<'de> for ListSessionAnnotationsResponse
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
impl StructuralPartialEq for ListSessionAnnotationsResponse
Auto Trait Implementations§
impl Freeze for ListSessionAnnotationsResponse
impl RefUnwindSafe for ListSessionAnnotationsResponse
impl Send for ListSessionAnnotationsResponse
impl Sync for ListSessionAnnotationsResponse
impl Unpin for ListSessionAnnotationsResponse
impl UnsafeUnpin for ListSessionAnnotationsResponse
impl UnwindSafe for ListSessionAnnotationsResponse
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