Struct redmine_api::api::users::GetUserBuilder
source · [−]pub struct GetUserBuilder { /* private fields */ }
Expand description
Builder for GetUser
.
Implementations
User id to fetch, if not specified will fetch the current user
Include associated data
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetUserBuilder
impl Send for GetUserBuilder
impl Sync for GetUserBuilder
impl Unpin for GetUserBuilder
impl UnwindSafe for GetUserBuilder
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