pub struct NotificationUpdateDto {
pub read_at: Option<Option<String>>,
}Fields§
§read_at: Option<Option<String>>Implementations§
Source§impl NotificationUpdateDto
impl NotificationUpdateDto
pub fn new() -> NotificationUpdateDto
Trait Implementations§
Source§impl Clone for NotificationUpdateDto
impl Clone for NotificationUpdateDto
Source§fn clone(&self) -> NotificationUpdateDto
fn clone(&self) -> NotificationUpdateDto
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 NotificationUpdateDto
impl Debug for NotificationUpdateDto
Source§impl Default for NotificationUpdateDto
impl Default for NotificationUpdateDto
Source§fn default() -> NotificationUpdateDto
fn default() -> NotificationUpdateDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationUpdateDto
impl<'de> Deserialize<'de> for NotificationUpdateDto
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 NotificationUpdateDto
impl PartialEq for NotificationUpdateDto
Source§impl Serialize for NotificationUpdateDto
impl Serialize for NotificationUpdateDto
impl StructuralPartialEq for NotificationUpdateDto
Auto Trait Implementations§
impl Freeze for NotificationUpdateDto
impl RefUnwindSafe for NotificationUpdateDto
impl Send for NotificationUpdateDto
impl Sync for NotificationUpdateDto
impl Unpin for NotificationUpdateDto
impl UnsafeUnpin for NotificationUpdateDto
impl UnwindSafe for NotificationUpdateDto
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