pub struct GraphOptionsEntry {
pub executable: Option<String>,
pub package: Option<String>,
pub version: Option<String>,
}Fields§
§executable: Option<String>§package: Option<String>§version: Option<String>Trait Implementations§
Source§impl Clone for GraphOptionsEntry
impl Clone for GraphOptionsEntry
Source§fn clone(&self) -> GraphOptionsEntry
fn clone(&self) -> GraphOptionsEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GraphOptionsEntry
impl Debug for GraphOptionsEntry
Source§impl<'de> Deserialize<'de> for GraphOptionsEntry
impl<'de> Deserialize<'de> for GraphOptionsEntry
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
impl Eq for GraphOptionsEntry
Source§impl PartialEq for GraphOptionsEntry
impl PartialEq for GraphOptionsEntry
Source§impl Serialize for GraphOptionsEntry
impl Serialize for GraphOptionsEntry
impl StructuralPartialEq for GraphOptionsEntry
Auto Trait Implementations§
impl Freeze for GraphOptionsEntry
impl RefUnwindSafe for GraphOptionsEntry
impl Send for GraphOptionsEntry
impl Sync for GraphOptionsEntry
impl Unpin for GraphOptionsEntry
impl UnsafeUnpin for GraphOptionsEntry
impl UnwindSafe for GraphOptionsEntry
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