pub struct SimplePullRequest3Head {
pub label: Option<String>,
pub ref: String,
pub repo: Option<Box<Repository11>>,
pub sha: String,
pub user: Option<Box<User>>,
}
Fields§
§label: Option<String>
§ref: String
§repo: Option<Box<Repository11>>
§sha: String
§user: Option<Box<User>>
Implementations§
Trait Implementations§
Source§impl Clone for SimplePullRequest3Head
impl Clone for SimplePullRequest3Head
Source§fn clone(&self) -> SimplePullRequest3Head
fn clone(&self) -> SimplePullRequest3Head
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 SimplePullRequest3Head
impl Debug for SimplePullRequest3Head
Source§impl Default for SimplePullRequest3Head
impl Default for SimplePullRequest3Head
Source§fn default() -> SimplePullRequest3Head
fn default() -> SimplePullRequest3Head
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SimplePullRequest3Head
impl<'de> Deserialize<'de> for SimplePullRequest3Head
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
Source§impl PartialEq for SimplePullRequest3Head
impl PartialEq for SimplePullRequest3Head
Source§impl Serialize for SimplePullRequest3Head
impl Serialize for SimplePullRequest3Head
impl StructuralPartialEq for SimplePullRequest3Head
Auto Trait Implementations§
impl Freeze for SimplePullRequest3Head
impl RefUnwindSafe for SimplePullRequest3Head
impl Send for SimplePullRequest3Head
impl Sync for SimplePullRequest3Head
impl Unpin for SimplePullRequest3Head
impl UnwindSafe for SimplePullRequest3Head
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