Struct redmine_api::api::projects::GetProjectBuilder
source · [−]pub struct GetProjectBuilder<'a> { /* private fields */ }
Expand description
Builder for GetProject
.
Implementations
the project id or name as it appears in the URL
the types of associate data to include
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for GetProjectBuilder<'a>
impl<'a> Send for GetProjectBuilder<'a>
impl<'a> Sync for GetProjectBuilder<'a>
impl<'a> Unpin for GetProjectBuilder<'a>
impl<'a> UnwindSafe for GetProjectBuilder<'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