Struct redmine_api::api::groups::RemoveUserFromGroup
source · [−]pub struct RemoveUserFromGroup { /* private fields */ }
Expand description
The endpoint to remove a Redmine user from a Redmine group
Implementations
Create a builder for the endpoint.
Trait Implementations
Query parameters for the endpoint.
Auto Trait Implementations
impl RefUnwindSafe for RemoveUserFromGroup
impl Send for RemoveUserFromGroup
impl Sync for RemoveUserFromGroup
impl Unpin for RemoveUserFromGroup
impl UnwindSafe for RemoveUserFromGroup
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more