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