pub struct AiSessionBackupListing {
pub id: String,
pub updated_at: String,
pub epoch: i32,
}Fields§
§id: String§updated_at: String§epoch: i32the session’s move count when this copy was pushed; of a session two workspaces list, the copy with the higher one is the later
Implementations§
Trait Implementations§
Source§impl Clone for AiSessionBackupListing
impl Clone for AiSessionBackupListing
Source§impl Debug for AiSessionBackupListing
impl Debug for AiSessionBackupListing
Source§impl Default for AiSessionBackupListing
impl Default for AiSessionBackupListing
Source§impl<'de> Deserialize<'de> for AiSessionBackupListing
impl<'de> Deserialize<'de> for AiSessionBackupListing
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 AiSessionBackupListing
impl PartialEq for AiSessionBackupListing
Source§impl Serialize for AiSessionBackupListing
impl Serialize for AiSessionBackupListing
impl StructuralPartialEq for AiSessionBackupListing
Auto Trait Implementations§
impl Freeze for AiSessionBackupListing
impl RefUnwindSafe for AiSessionBackupListing
impl Send for AiSessionBackupListing
impl Sync for AiSessionBackupListing
impl Unpin for AiSessionBackupListing
impl UnsafeUnpin for AiSessionBackupListing
impl UnwindSafe for AiSessionBackupListing
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