Struct redmine_api::api::users::GetUser
source · pub struct GetUser { /* private fields */ }
Expand description
The endpoint for a specific user
Implementations§
Trait Implementations§
source§impl Endpoint for GetUser
impl Endpoint for GetUser
source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for GetUser
Auto Trait Implementations§
impl RefUnwindSafe for GetUser
impl Send for GetUser
impl Sync for GetUser
impl Unpin for GetUser
impl UnwindSafe for GetUser
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