Struct lemmy_api_common::comment::GetComment
source · pub struct GetComment {
pub id: CommentId,
}Expand description
Fetch an individual comment.
Fields§
§id: CommentIdTrait Implementations§
source§impl Clone for GetComment
impl Clone for GetComment
source§fn clone(&self) -> GetComment
fn clone(&self) -> GetComment
Returns a copy 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
Auto Trait Implementations§
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