pub struct DeleteInput {
pub tenant_id: TenantId,
pub person_id: PersonId,
pub source_id: SourceId,
pub deleted_at: Timestamp,
}Fields§
§tenant_id: TenantId§person_id: PersonId§source_id: SourceId§deleted_at: TimestampTrait Implementations§
Source§impl Debug for DeleteInput
impl Debug for DeleteInput
Source§impl<'de> Deserialize<'de> for DeleteInput
impl<'de> Deserialize<'de> for DeleteInput
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 DeleteInput
impl RefUnwindSafe for DeleteInput
impl Send for DeleteInput
impl Sync for DeleteInput
impl Unpin for DeleteInput
impl UnsafeUnpin for DeleteInput
impl UnwindSafe for DeleteInput
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