pub struct GetComment {
pub id: CommentId,
}
Expand description
Fetch an individual comment.
Fields§
§id: CommentId
Trait Implementations§
Source§impl Clone for GetComment
impl Clone for GetComment
Source§fn clone(&self) -> GetComment
fn clone(&self) -> GetComment
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 GetComment
impl Debug for GetComment
Source§impl Default for GetComment
impl Default for GetComment
Source§fn default() -> GetComment
fn default() -> GetComment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetComment
impl<'de> Deserialize<'de> for GetComment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for GetComment
impl Hash for GetComment
Source§impl PartialEq for GetComment
impl PartialEq for GetComment
Source§impl Serialize for GetComment
impl Serialize for GetComment
impl Copy for GetComment
impl Eq for GetComment
impl StructuralPartialEq for GetComment
Auto Trait Implementations§
impl Freeze for GetComment
impl RefUnwindSafe for GetComment
impl Send for GetComment
impl Sync for GetComment
impl Unpin for GetComment
impl UnwindSafe for GetComment
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