pub struct ListProjectMembershipsBuilder<'a> { /* private fields */ }
Expand description
Builder for ListProjectMemberships
.
Implementations
project id or name as it appears in the URL
pub fn build(
&self
) -> Result<ListProjectMemberships<'a>, ListProjectMembershipsBuilderError>
pub fn build(
&self
) -> Result<ListProjectMemberships<'a>, ListProjectMembershipsBuilderError>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ListProjectMembershipsBuilder<'a>
impl<'a> Send for ListProjectMembershipsBuilder<'a>
impl<'a> Sync for ListProjectMembershipsBuilder<'a>
impl<'a> Unpin for ListProjectMembershipsBuilder<'a>
impl<'a> UnwindSafe for ListProjectMembershipsBuilder<'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