pub struct PullRequestReviewThreadUnresolved { /* private fields */ }
Implementations§
Source§impl PullRequestReviewThreadUnresolved
impl PullRequestReviewThreadUnresolved
pub fn action<T>(self, value: T) -> Self
pub fn installation<T>(self, value: T) -> Self
pub fn organization<T>(self, value: T) -> Self
pub fn pull_request<T>(self, value: T) -> Self
pub fn repository<T>(self, value: T) -> Self
pub fn sender<T>(self, value: T) -> Self
pub fn thread<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PullRequestReviewThreadUnresolved
impl Clone for PullRequestReviewThreadUnresolved
Source§fn clone(&self) -> PullRequestReviewThreadUnresolved
fn clone(&self) -> PullRequestReviewThreadUnresolved
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 From<PullRequestReviewThreadUnresolved> for PullRequestReviewThreadUnresolved
impl From<PullRequestReviewThreadUnresolved> for PullRequestReviewThreadUnresolved
Source§fn from(value: PullRequestReviewThreadUnresolved) -> Self
fn from(value: PullRequestReviewThreadUnresolved) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PullRequestReviewThreadUnresolved
impl RefUnwindSafe for PullRequestReviewThreadUnresolved
impl Send for PullRequestReviewThreadUnresolved
impl Sync for PullRequestReviewThreadUnresolved
impl Unpin for PullRequestReviewThreadUnresolved
impl UnwindSafe for PullRequestReviewThreadUnresolved
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