pub struct RootDto {
pub id: EntityId,
pub created_at: DateTime<Utc>,
pub updated_at: DateTime<Utc>,
pub document: EntityId,
}Fields§
§id: EntityId§created_at: DateTime<Utc>§updated_at: DateTime<Utc>§document: EntityIdTrait Implementations§
Source§impl<'de> Deserialize<'de> for RootDto
impl<'de> Deserialize<'de> for RootDto
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 From<RootDto> for UpdateRootDto
impl From<RootDto> for UpdateRootDto
impl StructuralPartialEq for RootDto
Auto Trait Implementations§
impl Freeze for RootDto
impl RefUnwindSafe for RootDto
impl Send for RootDto
impl Sync for RootDto
impl Unpin for RootDto
impl UnsafeUnpin for RootDto
impl UnwindSafe for RootDto
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