pub struct ProjectionAuditInput {
pub tenant_id: TenantId,
pub person_id: PersonId,
pub model: String,
pub version: String,
pub limit: u32,
}Fields§
§tenant_id: TenantId§person_id: PersonId§model: String§version: String§limit: u32Trait Implementations§
Source§impl Debug for ProjectionAuditInput
impl Debug for ProjectionAuditInput
Source§impl<'de> Deserialize<'de> for ProjectionAuditInput
impl<'de> Deserialize<'de> for ProjectionAuditInput
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 ProjectionAuditInput
impl RefUnwindSafe for ProjectionAuditInput
impl Send for ProjectionAuditInput
impl Sync for ProjectionAuditInput
impl Unpin for ProjectionAuditInput
impl UnsafeUnpin for ProjectionAuditInput
impl UnwindSafe for ProjectionAuditInput
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