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