pub struct DeleteCommentPropertyParams {
pub comment_id: String,
pub property_key: String,
}
Expand description
struct for passing parameters to the method delete_comment_property
Fields§
§comment_id: String
The ID of the comment.
property_key: String
The key of the property.
Trait Implementations§
Source§impl Clone for DeleteCommentPropertyParams
impl Clone for DeleteCommentPropertyParams
Source§fn clone(&self) -> DeleteCommentPropertyParams
fn clone(&self) -> DeleteCommentPropertyParams
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 DeleteCommentPropertyParams
impl RefUnwindSafe for DeleteCommentPropertyParams
impl Send for DeleteCommentPropertyParams
impl Sync for DeleteCommentPropertyParams
impl Unpin for DeleteCommentPropertyParams
impl UnwindSafe for DeleteCommentPropertyParams
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