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