pub struct ActivityListParams { /* private fields */ }Implementations§
Source§impl ActivityListParams
impl ActivityListParams
Sourcepub fn platform_filter(self, plat: impl Into<String>) -> BpiResult<Self>
pub fn platform_filter(self, plat: impl Into<String>) -> BpiResult<Self>
Sets the platform filter, for example 1,3.
Trait Implementations§
Source§impl Clone for ActivityListParams
impl Clone for ActivityListParams
Source§fn clone(&self) -> ActivityListParams
fn clone(&self) -> ActivityListParams
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 ActivityListParams
impl Debug for ActivityListParams
Source§impl Default for ActivityListParams
impl Default for ActivityListParams
impl Eq for ActivityListParams
Source§impl PartialEq for ActivityListParams
impl PartialEq for ActivityListParams
Source§fn eq(&self, other: &ActivityListParams) -> bool
fn eq(&self, other: &ActivityListParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActivityListParams
Auto Trait Implementations§
impl Freeze for ActivityListParams
impl RefUnwindSafe for ActivityListParams
impl Send for ActivityListParams
impl Sync for ActivityListParams
impl Unpin for ActivityListParams
impl UnsafeUnpin for ActivityListParams
impl UnwindSafe for ActivityListParams
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.