pub struct ModUpdated { /* private fields */ }Implementations§
Source§impl ModUpdated
impl ModUpdated
pub const fn id(&self) -> ModId
pub const fn last_updated(&self) -> UtcDateTime
pub const fn last_activity(&self) -> UtcDateTime
Trait Implementations§
Source§impl Debug for ModUpdated
impl Debug for ModUpdated
Source§impl<'de> Deserialize<'de> for ModUpdated
impl<'de> Deserialize<'de> for ModUpdated
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 ModUpdated
impl RefUnwindSafe for ModUpdated
impl Send for ModUpdated
impl Sync for ModUpdated
impl Unpin for ModUpdated
impl UnwindSafe for ModUpdated
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