pub struct FetchLabelsBuilder<S: State> { /* private fields */ }Expand description
Builder for constructing an instance of this type
Implementations§
Source§impl<S: State> FetchLabelsBuilder<S>
impl<S: State> FetchLabelsBuilder<S>
Source§impl<S: State> FetchLabelsBuilder<S>
impl<S: State> FetchLabelsBuilder<S>
Source§impl<S> FetchLabelsBuilder<S>where
S: State,
impl<S> FetchLabelsBuilder<S>where
S: State,
Sourcepub fn build(self) -> FetchLabels
pub fn build(self) -> FetchLabels
Build the final struct
Auto Trait Implementations§
impl<S> Freeze for FetchLabelsBuilder<S>
impl<S> RefUnwindSafe for FetchLabelsBuilder<S>
impl<S> Send for FetchLabelsBuilder<S>
impl<S> Sync for FetchLabelsBuilder<S>
impl<S> Unpin for FetchLabelsBuilder<S>
impl<S> UnsafeUnpin for FetchLabelsBuilder<S>
impl<S> UnwindSafe for FetchLabelsBuilder<S>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more