pub struct UpdateFeedPostParams {
pub tenant_id: String,
pub id: String,
pub feed_post: FeedPost,
}Expand description
struct for passing parameters to the method update_feed_post
Fields§
§tenant_id: String§id: String§feed_post: FeedPostTrait Implementations§
Source§impl Clone for UpdateFeedPostParams
impl Clone for UpdateFeedPostParams
Source§fn clone(&self) -> UpdateFeedPostParams
fn clone(&self) -> UpdateFeedPostParams
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 UpdateFeedPostParams
impl RefUnwindSafe for UpdateFeedPostParams
impl Send for UpdateFeedPostParams
impl Sync for UpdateFeedPostParams
impl Unpin for UpdateFeedPostParams
impl UnwindSafe for UpdateFeedPostParams
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