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