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