pub struct PullRequestMinimalBaseRepo { /* private fields */ }
Trait Implementations§
Source§impl Debug for PullRequestMinimalBaseRepo
impl Debug for PullRequestMinimalBaseRepo
Source§impl<'de> Deserialize<'de> for PullRequestMinimalBaseRepo
impl<'de> Deserialize<'de> for PullRequestMinimalBaseRepo
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 PullRequestMinimalBaseRepo
impl RefUnwindSafe for PullRequestMinimalBaseRepo
impl Send for PullRequestMinimalBaseRepo
impl Sync for PullRequestMinimalBaseRepo
impl Unpin for PullRequestMinimalBaseRepo
impl UnwindSafe for PullRequestMinimalBaseRepo
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