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 Clone for DeleteUser
impl Clone for DeleteUser
Source§fn clone(&self) -> DeleteUser
fn clone(&self) -> DeleteUser
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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