pub struct QueryLabelsBuilder<St: State, S: BosStr = DefaultStr> { /* private fields */ }Expand description
Builder for constructing an instance of this type.
Implementations§
Source§impl<S: BosStr> QueryLabelsBuilder<Empty, S>
impl<S: BosStr> QueryLabelsBuilder<Empty, S>
Source§impl<St: State, S: BosStr> QueryLabelsBuilder<St, S>
impl<St: State, S: BosStr> QueryLabelsBuilder<St, S>
Source§impl<St: State, S: BosStr> QueryLabelsBuilder<St, S>
impl<St: State, S: BosStr> QueryLabelsBuilder<St, S>
Source§impl<St: State, S: BosStr> QueryLabelsBuilder<St, S>
impl<St: State, S: BosStr> QueryLabelsBuilder<St, S>
Source§impl<St, S: BosStr> QueryLabelsBuilder<St, S>
impl<St, S: BosStr> QueryLabelsBuilder<St, S>
Sourcepub fn uri_patterns(
self,
value: impl Into<Vec<S>>,
) -> QueryLabelsBuilder<SetUriPatterns<St>, S>
pub fn uri_patterns( self, value: impl Into<Vec<S>>, ) -> QueryLabelsBuilder<SetUriPatterns<St>, S>
Set the uriPatterns field (required)
Source§impl<St, S: BosStr> QueryLabelsBuilder<St, S>
impl<St, S: BosStr> QueryLabelsBuilder<St, S>
Sourcepub fn build(self) -> QueryLabels<S>
pub fn build(self) -> QueryLabels<S>
Build the final struct.
Auto Trait Implementations§
impl<St, S> Freeze for QueryLabelsBuilder<St, S>where
S: Freeze,
impl<St, S> RefUnwindSafe for QueryLabelsBuilder<St, S>where
S: RefUnwindSafe,
impl<St, S> Send for QueryLabelsBuilder<St, S>where
S: Send,
impl<St, S> Sync for QueryLabelsBuilder<St, S>where
S: Sync,
impl<St, S> Unpin for QueryLabelsBuilder<St, S>where
S: Unpin,
impl<St, S> UnsafeUnpin for QueryLabelsBuilder<St, S>where
S: UnsafeUnpin,
impl<St, S> UnwindSafe for QueryLabelsBuilder<St, S>where
S: UnwindSafe,
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