pub struct PullEntryNamed {
pub id: String,
pub pull_entry: PullEntry,
}
Fields§
§id: String
§pull_entry: PullEntry
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PullEntryNamed
impl<'de> Deserialize<'de> for PullEntryNamed
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 PullEntryNamed
impl RefUnwindSafe for PullEntryNamed
impl Send for PullEntryNamed
impl Sync for PullEntryNamed
impl Unpin for PullEntryNamed
impl UnwindSafe for PullEntryNamed
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