pub struct Custom<'a>(pub ComponentValues<'a>);Tuple Fields§
§0: ComponentValues<'a>Trait Implementations§
Source§impl<'a> Ord for Custom<'a>
impl<'a> Ord for Custom<'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 Custom<'a>
impl<'a> PartialOrd for Custom<'a>
Source§impl<'a> ToCursors for Custom<'a>
impl<'a> ToCursors for Custom<'a>
fn to_cursors(&self, s: &mut impl CursorSink)
impl<'a> Eq for Custom<'a>
impl<'a> StructuralPartialEq for Custom<'a>
Auto Trait Implementations§
impl<'a> Freeze for Custom<'a>
impl<'a> !RefUnwindSafe for Custom<'a>
impl<'a> !Send for Custom<'a>
impl<'a> !Sync for Custom<'a>
impl<'a> Unpin for Custom<'a>
impl<'a> !UnwindSafe for Custom<'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