pub struct GetCommentPropertyKeysParams {
pub comment_id: String,
}Expand description
struct for passing parameters to the method get_comment_property_keys
Fields§
§comment_id: StringThe ID of the comment.
Trait Implementations§
Source§impl Clone for GetCommentPropertyKeysParams
impl Clone for GetCommentPropertyKeysParams
Source§fn clone(&self) -> GetCommentPropertyKeysParams
fn clone(&self) -> GetCommentPropertyKeysParams
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 moreSource§impl Debug for GetCommentPropertyKeysParams
impl Debug for GetCommentPropertyKeysParams
Source§impl Default for GetCommentPropertyKeysParams
impl Default for GetCommentPropertyKeysParams
Source§fn default() -> GetCommentPropertyKeysParams
fn default() -> GetCommentPropertyKeysParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetCommentPropertyKeysParams
impl RefUnwindSafe for GetCommentPropertyKeysParams
impl Send for GetCommentPropertyKeysParams
impl Sync for GetCommentPropertyKeysParams
impl Unpin for GetCommentPropertyKeysParams
impl UnwindSafe for GetCommentPropertyKeysParams
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