pub struct MetadataQueryParams { /* private fields */ }Implementations§
Source§impl MetadataQueryParams
impl MetadataQueryParams
Sourcepub fn builder() -> MetadataQueryParamsBuilder
pub fn builder() -> MetadataQueryParamsBuilder
Build a MetadataQueryParams from the defaults
Sourcepub fn to_query_string(&self) -> String
pub fn to_query_string(&self) -> String
Serializes a MetadataQueryParams into a query string.
Trait Implementations§
Source§impl Clone for MetadataQueryParams
impl Clone for MetadataQueryParams
Source§fn clone(&self) -> MetadataQueryParams
fn clone(&self) -> MetadataQueryParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MetadataQueryParams
impl Debug for MetadataQueryParams
Source§impl PartialEq for MetadataQueryParams
impl PartialEq for MetadataQueryParams
Source§impl Serialize for MetadataQueryParams
impl Serialize for MetadataQueryParams
Source§impl TryFrom<&mut MetadataQueryParamsBuilder> for MetadataQueryParams
impl TryFrom<&mut MetadataQueryParamsBuilder> for MetadataQueryParams
impl StructuralPartialEq for MetadataQueryParams
Auto Trait Implementations§
impl Freeze for MetadataQueryParams
impl !RefUnwindSafe for MetadataQueryParams
impl Send for MetadataQueryParams
impl Sync for MetadataQueryParams
impl Unpin for MetadataQueryParams
impl !UnwindSafe for MetadataQueryParams
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