pub struct LabelRequest {
pub sources: Vec<SourceName>,
pub paging: Paging,
}Expand description
A request for a page of labels.
Fields§
§sources: Vec<SourceName>Which sources to address. Empty means the configuration’s own selection.
paging: PagingWhich page.
Trait Implementations§
Source§impl Clone for LabelRequest
impl Clone for LabelRequest
Source§fn clone(&self) -> LabelRequest
fn clone(&self) -> LabelRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LabelRequest
impl RefUnwindSafe for LabelRequest
impl Send for LabelRequest
impl Sync for LabelRequest
impl Unpin for LabelRequest
impl UnsafeUnpin for LabelRequest
impl UnwindSafe for LabelRequest
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