pub struct CommentsDeleteRequest {
pub file: String,
pub id: String,
}Fields§
§file: String§id: StringTrait Implementations§
Source§impl Debug for CommentsDeleteRequest
impl Debug for CommentsDeleteRequest
Auto Trait Implementations§
impl Freeze for CommentsDeleteRequest
impl RefUnwindSafe for CommentsDeleteRequest
impl Send for CommentsDeleteRequest
impl Sync for CommentsDeleteRequest
impl Unpin for CommentsDeleteRequest
impl UnwindSafe for CommentsDeleteRequest
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