pub struct GetFeedPostsStatsParams {
pub tenant_id: String,
pub post_ids: Vec<String>,
pub sso: Option<String>,
}Expand description
struct for passing parameters to the method get_feed_posts_stats
Fields§
§tenant_id: String§post_ids: Vec<String>§sso: Option<String>Trait Implementations§
Source§impl Clone for GetFeedPostsStatsParams
impl Clone for GetFeedPostsStatsParams
Source§fn clone(&self) -> GetFeedPostsStatsParams
fn clone(&self) -> GetFeedPostsStatsParams
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 moreAuto Trait Implementations§
impl Freeze for GetFeedPostsStatsParams
impl RefUnwindSafe for GetFeedPostsStatsParams
impl Send for GetFeedPostsStatsParams
impl Sync for GetFeedPostsStatsParams
impl Unpin for GetFeedPostsStatsParams
impl UnwindSafe for GetFeedPostsStatsParams
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