pub struct ReviewCommentOptions {
pub body: String,
pub commit_id: String,
pub path: String,
pub position: usize,
}Fields§
§body: String§commit_id: String§path: String§position: usizeTrait Implementations§
Source§impl Default for ReviewCommentOptions
impl Default for ReviewCommentOptions
Source§fn default() -> ReviewCommentOptions
fn default() -> ReviewCommentOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReviewCommentOptions
impl RefUnwindSafe for ReviewCommentOptions
impl Send for ReviewCommentOptions
impl Sync for ReviewCommentOptions
impl Unpin for ReviewCommentOptions
impl UnwindSafe for ReviewCommentOptions
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