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
Source§impl PartialEq for CustomPropertyLeastFixedPointEntryV0
impl PartialEq for CustomPropertyLeastFixedPointEntryV0
Source§fn eq(&self, other: &CustomPropertyLeastFixedPointEntryV0) -> bool
fn eq(&self, other: &CustomPropertyLeastFixedPointEntryV0) -> bool
Tests for
self and other values to be equal, and is used by ==.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