pub struct EvidenceLocatorInput {
pub tenant_id: TenantId,
pub person_id: PersonId,
pub evidence_id: EvidenceId,
}Fields§
§tenant_id: TenantId§person_id: PersonId§evidence_id: EvidenceIdTrait Implementations§
Source§impl Debug for EvidenceLocatorInput
impl Debug for EvidenceLocatorInput
Source§impl<'de> Deserialize<'de> for EvidenceLocatorInput
impl<'de> Deserialize<'de> for EvidenceLocatorInput
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 EvidenceLocatorInput
impl RefUnwindSafe for EvidenceLocatorInput
impl Send for EvidenceLocatorInput
impl Sync for EvidenceLocatorInput
impl Unpin for EvidenceLocatorInput
impl UnsafeUnpin for EvidenceLocatorInput
impl UnwindSafe for EvidenceLocatorInput
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