pub struct PrMetadata {
pub number: u64,
pub title: String,
pub body: Option<String>,
pub user: PrUser,
pub base: PrRef,
pub head: PrRef,
}Fields§
§number: u64§title: String§body: Option<String>§user: PrUser§base: PrRef§head: PrRefTrait Implementations§
Source§impl Debug for PrMetadata
impl Debug for PrMetadata
Source§impl<'de> Deserialize<'de> for PrMetadata
impl<'de> Deserialize<'de> for PrMetadata
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 PrMetadata
impl RefUnwindSafe for PrMetadata
impl Send for PrMetadata
impl Sync for PrMetadata
impl Unpin for PrMetadata
impl UnsafeUnpin for PrMetadata
impl UnwindSafe for PrMetadata
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