Struct celcat::fetchable::resources::ResourceListRequest [−][src]
pub struct ResourceListRequest<R: ResourceType> {
pub my_resources: bool,
pub search_term: String,
pub page_size: u64,
pub page_number: u64,
pub res_type: R,
}Fields
my_resources: boolsearch_term: Stringpage_size: u64page_number: u64res_type: RTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<R> RefUnwindSafe for ResourceListRequest<R> where
R: RefUnwindSafe,
impl<R> Send for ResourceListRequest<R> where
R: Send,
impl<R> Sync for ResourceListRequest<R> where
R: Sync,
impl<R> Unpin for ResourceListRequest<R> where
R: Unpin,
impl<R> UnwindSafe for ResourceListRequest<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. 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