pub struct CardModTime {
pub card_id: CardId,
pub mod_time: u32,
}Fields§
§card_id: CardId§mod_time: u32Trait Implementations§
Source§impl Debug for CardModTime
impl Debug for CardModTime
Source§impl<'de> Deserialize<'de> for CardModTime
impl<'de> Deserialize<'de> for CardModTime
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 CardModTime
impl RefUnwindSafe for CardModTime
impl Send for CardModTime
impl Sync for CardModTime
impl Unpin for CardModTime
impl UnwindSafe for CardModTime
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