pub struct SetExpressionRecord<H: HostTypes> { /* private fields */ }Expand description
Phase 8 (orphan-closure) — typed record for SetExpression<H>.
Carries a field per functional accessor of the trait. Object
fields hold {Range}Handle<H>; iterate via the Resolved wrapper
chain-resolver methods.
Trait Implementations§
Source§impl<H: Clone + HostTypes> Clone for SetExpressionRecord<H>
impl<H: Clone + HostTypes> Clone for SetExpressionRecord<H>
Source§fn clone(&self) -> SetExpressionRecord<H>
fn clone(&self) -> SetExpressionRecord<H>
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 moreSource§impl<H: PartialEq + HostTypes> PartialEq for SetExpressionRecord<H>
impl<H: PartialEq + HostTypes> PartialEq for SetExpressionRecord<H>
Source§fn eq(&self, other: &SetExpressionRecord<H>) -> bool
fn eq(&self, other: &SetExpressionRecord<H>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<H: Eq + HostTypes> Eq for SetExpressionRecord<H>
impl<H: HostTypes> StructuralPartialEq for SetExpressionRecord<H>
Auto Trait Implementations§
impl<H> Freeze for SetExpressionRecord<H>
impl<H> RefUnwindSafe for SetExpressionRecord<H>where
H: RefUnwindSafe,
impl<H> Send for SetExpressionRecord<H>where
H: Send,
impl<H> Sync for SetExpressionRecord<H>where
H: Sync,
impl<H> Unpin for SetExpressionRecord<H>where
H: Unpin,
impl<H> UnsafeUnpin for SetExpressionRecord<H>
impl<H> UnwindSafe for SetExpressionRecord<H>where
H: UnwindSafe,
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