pub struct RetrieveUserParams {
pub user_id: String,
}
Fields§
§user_id: String
The ID of the user.
Implementations§
Trait Implementations§
Source§impl Clone for RetrieveUserParams
impl Clone for RetrieveUserParams
Source§fn clone(&self) -> RetrieveUserParams
fn clone(&self) -> RetrieveUserParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RetrieveUserParams
impl Debug for RetrieveUserParams
Source§impl<'de> Deserialize<'de> for RetrieveUserParams
impl<'de> Deserialize<'de> for RetrieveUserParams
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 PartialEq for RetrieveUserParams
impl PartialEq for RetrieveUserParams
Source§impl Serialize for RetrieveUserParams
impl Serialize for RetrieveUserParams
impl StructuralPartialEq for RetrieveUserParams
Auto Trait Implementations§
impl Freeze for RetrieveUserParams
impl RefUnwindSafe for RetrieveUserParams
impl Send for RetrieveUserParams
impl Sync for RetrieveUserParams
impl Unpin for RetrieveUserParams
impl UnwindSafe for RetrieveUserParams
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