pub struct DependencySelectionsDocument {
pub schema: String,
pub selections: Vec<DependencyChoice>,
}Fields§
§schema: String§selections: Vec<DependencyChoice>Trait Implementations§
Source§impl Debug for DependencySelectionsDocument
impl Debug for DependencySelectionsDocument
Source§impl<'de> Deserialize<'de> for DependencySelectionsDocument
impl<'de> Deserialize<'de> for DependencySelectionsDocument
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 DependencySelectionsDocument
impl RefUnwindSafe for DependencySelectionsDocument
impl Send for DependencySelectionsDocument
impl Sync for DependencySelectionsDocument
impl Unpin for DependencySelectionsDocument
impl UnsafeUnpin for DependencySelectionsDocument
impl UnwindSafe for DependencySelectionsDocument
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