pub struct SessionExportMetaSlim {
pub id: String,
pub name: String,
pub created_at: String,
pub model: Option<String>,
pub mode: Option<String>,
}Fields§
§id: String§name: String§created_at: String§model: Option<String>§mode: Option<String>Trait Implementations§
Source§impl Clone for SessionExportMetaSlim
impl Clone for SessionExportMetaSlim
Source§fn clone(&self) -> SessionExportMetaSlim
fn clone(&self) -> SessionExportMetaSlim
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 SessionExportMetaSlim
impl Debug for SessionExportMetaSlim
Source§impl<'de> Deserialize<'de> for SessionExportMetaSlim
impl<'de> Deserialize<'de> for SessionExportMetaSlim
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 SessionExportMetaSlim
impl RefUnwindSafe for SessionExportMetaSlim
impl Send for SessionExportMetaSlim
impl Sync for SessionExportMetaSlim
impl Unpin for SessionExportMetaSlim
impl UnsafeUnpin for SessionExportMetaSlim
impl UnwindSafe for SessionExportMetaSlim
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