pub struct PullRequestAuthor {
pub login: String,
pub is_bot: bool,
}Expand description
Author metadata for a pull request.
Fields§
§login: String§is_bot: boolTrait Implementations§
Source§impl Debug for PullRequestAuthor
impl Debug for PullRequestAuthor
Source§impl<'de> Deserialize<'de> for PullRequestAuthor
impl<'de> Deserialize<'de> for PullRequestAuthor
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 Freeze for PullRequestAuthor
impl RefUnwindSafe for PullRequestAuthor
impl Send for PullRequestAuthor
impl Sync for PullRequestAuthor
impl Unpin for PullRequestAuthor
impl UnsafeUnpin for PullRequestAuthor
impl UnwindSafe for PullRequestAuthor
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