pub struct AllSyncResult {
pub new_latest_sync: u64,
pub sync_data: Vec<ClassDataSync>,
}Fields§
§new_latest_sync: u64§sync_data: Vec<ClassDataSync>Trait Implementations§
Source§impl Debug for AllSyncResult
impl Debug for AllSyncResult
Source§impl<'de> Deserialize<'de> for AllSyncResult
impl<'de> Deserialize<'de> for AllSyncResult
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 AllSyncResult
impl RefUnwindSafe for AllSyncResult
impl Send for AllSyncResult
impl Sync for AllSyncResult
impl Unpin for AllSyncResult
impl UnsafeUnpin for AllSyncResult
impl UnwindSafe for AllSyncResult
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