pub struct GetResponseFileComment {
pub comment: FileComment,
pub file: File,
pub ty: String,
/* private fields */
}Fields§
§comment: FileComment§file: File§ty: StringTrait Implementations§
Source§impl Clone for GetResponseFileComment
impl Clone for GetResponseFileComment
Source§fn clone(&self) -> GetResponseFileComment
fn clone(&self) -> GetResponseFileComment
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 GetResponseFileComment
impl Debug for GetResponseFileComment
Source§impl<'de> Deserialize<'de> for GetResponseFileComment
impl<'de> Deserialize<'de> for GetResponseFileComment
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetResponseFileComment, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetResponseFileComment, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<E> Into<Result<GetResponseFileComment, GetError<E>>> for GetResponseFileCommentwhere
E: Error,
impl<E> Into<Result<GetResponseFileComment, GetError<E>>> for GetResponseFileCommentwhere
E: Error,
Auto Trait Implementations§
impl Freeze for GetResponseFileComment
impl RefUnwindSafe for GetResponseFileComment
impl Send for GetResponseFileComment
impl Sync for GetResponseFileComment
impl Unpin for GetResponseFileComment
impl UnsafeUnpin for GetResponseFileComment
impl UnwindSafe for GetResponseFileComment
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