pub struct TestSessionList {
pub count: Option<i32>,
pub value: Vec<TestSession>,
}Fields§
§count: Option<i32>§value: Vec<TestSession>Implementations§
Trait Implementations§
Source§impl Clone for TestSessionList
impl Clone for TestSessionList
Source§fn clone(&self) -> TestSessionList
fn clone(&self) -> TestSessionList
Returns a copy 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 TestSessionList
impl Debug for TestSessionList
Source§impl Default for TestSessionList
impl Default for TestSessionList
Source§fn default() -> TestSessionList
fn default() -> TestSessionList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestSessionList
impl<'de> Deserialize<'de> for TestSessionList
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 TestSessionList
impl PartialEq for TestSessionList
Source§impl Serialize for TestSessionList
impl Serialize for TestSessionList
impl StructuralPartialEq for TestSessionList
Auto Trait Implementations§
impl Freeze for TestSessionList
impl RefUnwindSafe for TestSessionList
impl Send for TestSessionList
impl Sync for TestSessionList
impl Unpin for TestSessionList
impl UnwindSafe for TestSessionList
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