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