pub struct CustomPropertyLeastFixedPointEntryV0 {
pub name: String,
pub input: CascadeValue,
pub resolved: CascadeValue,
pub changed: bool,
pub guaranteed_invalid: bool,
}Fields§
§name: String§input: CascadeValue§resolved: CascadeValue§changed: bool§guaranteed_invalid: boolTrait Implementations§
Source§impl Clone for CustomPropertyLeastFixedPointEntryV0
impl Clone for CustomPropertyLeastFixedPointEntryV0
Source§fn clone(&self) -> CustomPropertyLeastFixedPointEntryV0
fn clone(&self) -> CustomPropertyLeastFixedPointEntryV0
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 moreimpl Eq for CustomPropertyLeastFixedPointEntryV0
impl StructuralPartialEq for CustomPropertyLeastFixedPointEntryV0
Auto Trait Implementations§
impl Freeze for CustomPropertyLeastFixedPointEntryV0
impl RefUnwindSafe for CustomPropertyLeastFixedPointEntryV0
impl Send for CustomPropertyLeastFixedPointEntryV0
impl Sync for CustomPropertyLeastFixedPointEntryV0
impl Unpin for CustomPropertyLeastFixedPointEntryV0
impl UnsafeUnpin for CustomPropertyLeastFixedPointEntryV0
impl UnwindSafe for CustomPropertyLeastFixedPointEntryV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.