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