pub struct DynamicAllParams { /* private fields */ }Expand description
Parameters for /x/polymer/web-dynamic/v1/feed/all.
Implementations§
Source§impl DynamicAllParams
impl DynamicAllParams
pub fn new() -> Self
pub fn with_features(self, features: impl Into<String>) -> BpiResult<Self>
pub fn with_web_location( self, web_location: impl Into<String>, ) -> BpiResult<Self>
pub fn with_host_mid(self, host_mid: Mid) -> Self
pub fn with_offset(self, offset: impl Into<String>) -> BpiResult<Self>
pub fn with_update_baseline( self, update_baseline: impl Into<String>, ) -> BpiResult<Self>
pub fn query_pairs(&self) -> Vec<(&'static str, String)>
Trait Implementations§
Source§impl Clone for DynamicAllParams
impl Clone for DynamicAllParams
Source§fn clone(&self) -> DynamicAllParams
fn clone(&self) -> DynamicAllParams
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 moreSource§impl Debug for DynamicAllParams
impl Debug for DynamicAllParams
Source§impl Default for DynamicAllParams
impl Default for DynamicAllParams
impl Eq for DynamicAllParams
Source§impl PartialEq for DynamicAllParams
impl PartialEq for DynamicAllParams
Source§fn eq(&self, other: &DynamicAllParams) -> bool
fn eq(&self, other: &DynamicAllParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DynamicAllParams
Auto Trait Implementations§
impl Freeze for DynamicAllParams
impl RefUnwindSafe for DynamicAllParams
impl Send for DynamicAllParams
impl Sync for DynamicAllParams
impl Unpin for DynamicAllParams
impl UnsafeUnpin for DynamicAllParams
impl UnwindSafe for DynamicAllParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.