pub struct UnFlagCommentParams {
pub tenant_id: String,
pub id: String,
pub user_id: Option<String>,
pub anon_user_id: Option<String>,
}Expand description
struct for passing parameters to the method un_flag_comment
Fields§
§tenant_id: String§id: String§user_id: Option<String>§anon_user_id: Option<String>Trait Implementations§
Source§impl Clone for UnFlagCommentParams
impl Clone for UnFlagCommentParams
Source§fn clone(&self) -> UnFlagCommentParams
fn clone(&self) -> UnFlagCommentParams
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 UnFlagCommentParams
impl RefUnwindSafe for UnFlagCommentParams
impl Send for UnFlagCommentParams
impl Sync for UnFlagCommentParams
impl Unpin for UnFlagCommentParams
impl UnwindSafe for UnFlagCommentParams
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