pub struct DependencyBinding {
pub key: Option<String>,
pub value: Option<String>,
}
Expand description
Fields§
§key: Option<String>
§value: Option<String>
Implementations§
Trait Implementations§
source§impl Clone for DependencyBinding
impl Clone for DependencyBinding
source§fn clone(&self) -> DependencyBinding
fn clone(&self) -> DependencyBinding
Returns a copy of the value. Read more
1.0.0 · 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 DependencyBinding
impl Debug for DependencyBinding
source§impl Default for DependencyBinding
impl Default for DependencyBinding
source§fn default() -> DependencyBinding
fn default() -> DependencyBinding
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DependencyBinding
impl<'de> Deserialize<'de> for DependencyBinding
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
source§impl PartialEq for DependencyBinding
impl PartialEq for DependencyBinding
source§fn eq(&self, other: &DependencyBinding) -> bool
fn eq(&self, other: &DependencyBinding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DependencyBinding
impl Serialize for DependencyBinding
impl StructuralPartialEq for DependencyBinding
Auto Trait Implementations§
impl RefUnwindSafe for DependencyBinding
impl Send for DependencyBinding
impl Sync for DependencyBinding
impl Unpin for DependencyBinding
impl UnwindSafe for DependencyBinding
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