pub struct PullRef {
pub url: String,
pub html_url: String,
pub diff_url: String,
pub patch_url: String,
}
Expand description
A reference to a pull request.
Fields§
§url: String
§html_url: String
§diff_url: String
§patch_url: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PullRef
impl<'de> Deserialize<'de> for PullRef
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 Ord for PullRef
impl Ord for PullRef
Source§impl PartialOrd for PullRef
impl PartialOrd for PullRef
impl Eq for PullRef
impl StructuralPartialEq for PullRef
Auto Trait Implementations§
impl Freeze for PullRef
impl RefUnwindSafe for PullRef
impl Send for PullRef
impl Sync for PullRef
impl Unpin for PullRef
impl UnwindSafe for PullRef
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