pub struct Computed<'a>(pub ComponentValues<'a>);Tuple Fields§
§0: ComponentValues<'a>Trait Implementations§
Source§impl<'a> Ord for Computed<'a>
impl<'a> Ord for Computed<'a>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialOrd for Computed<'a>
impl<'a> PartialOrd for Computed<'a>
Source§impl<'a> SemanticEq for Computed<'a>
impl<'a> SemanticEq for Computed<'a>
Source§fn semantic_eq(&self, other: &Self) -> bool
fn semantic_eq(&self, other: &Self) -> bool
Returns
true if self and other are semantically equal.Source§impl<'a> ToCursors for Computed<'a>
impl<'a> ToCursors for Computed<'a>
fn to_cursors(&self, s: &mut impl CursorSink)
impl<'a> Eq for Computed<'a>
impl<'a> StructuralPartialEq for Computed<'a>
Auto Trait Implementations§
impl<'a> Freeze for Computed<'a>
impl<'a> !RefUnwindSafe for Computed<'a>
impl<'a> !Send for Computed<'a>
impl<'a> !Sync for Computed<'a>
impl<'a> Unpin for Computed<'a>
impl<'a> !UnwindSafe for Computed<'a>
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