pub struct BlockFromCommentPublicParams {
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 block_from_comment_public
Fields§
§tenant_id: String§comment_id: String§public_block_from_comment_params: PublicBlockFromCommentParams§sso: Option<String>Trait Implementations§
Source§impl Clone for BlockFromCommentPublicParams
impl Clone for BlockFromCommentPublicParams
Source§fn clone(&self) -> BlockFromCommentPublicParams
fn clone(&self) -> BlockFromCommentPublicParams
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 BlockFromCommentPublicParams
impl RefUnwindSafe for BlockFromCommentPublicParams
impl Send for BlockFromCommentPublicParams
impl Sync for BlockFromCommentPublicParams
impl Unpin for BlockFromCommentPublicParams
impl UnwindSafe for BlockFromCommentPublicParams
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