Struct redmine_api::api::groups::CreateGroupBuilder
source · [−]pub struct CreateGroupBuilder<'a> { /* private fields */ }
Expand description
Builder for CreateGroup
.
Implementations
user ids of users to put in the group initially
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CreateGroupBuilder<'a>
impl<'a> Send for CreateGroupBuilder<'a>
impl<'a> Sync for CreateGroupBuilder<'a>
impl<'a> Unpin for CreateGroupBuilder<'a>
impl<'a> UnwindSafe for CreateGroupBuilder<'a>
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