pub struct GetUserRecentProp<'k, 'u> { /* private fields */ }
Implementations§
Source§impl<'k, 'u> GetUserRecentProp<'k, 'u>
impl<'k, 'u> GetUserRecentProp<'k, 'u>
Sourcepub fn builder() -> GetUserRecentPropBuilder<'k, 'u, ((), (), (), ())>
pub fn builder() -> GetUserRecentPropBuilder<'k, 'u, ((), (), (), ())>
Create a builder for building GetUserRecentProp
.
On the builder, call .api_key(...)
, .user_info(...)
, .mode(...)
(optional), .limit(...)
(optional) to set the values of the fields.
Finally, call .build()
to create the instance of GetUserRecentProp
.
Trait Implementations§
Source§impl<'k, 'u> Debug for GetUserRecentProp<'k, 'u>
impl<'k, 'u> Debug for GetUserRecentProp<'k, 'u>
Auto Trait Implementations§
impl<'k, 'u> Freeze for GetUserRecentProp<'k, 'u>
impl<'k, 'u> RefUnwindSafe for GetUserRecentProp<'k, 'u>
impl<'k, 'u> Send for GetUserRecentProp<'k, 'u>
impl<'k, 'u> Sync for GetUserRecentProp<'k, 'u>
impl<'k, 'u> Unpin for GetUserRecentProp<'k, 'u>
impl<'k, 'u> UnwindSafe for GetUserRecentProp<'k, 'u>
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