pub struct PrimitiveEntry {
pub phase: PrimitivePhase,
pub node: PrimitiveNode,
}Fields§
§phase: PrimitivePhase§node: PrimitiveNodeTrait Implementations§
Source§impl Clone for PrimitiveEntry
impl Clone for PrimitiveEntry
Source§fn clone(&self) -> PrimitiveEntry
fn clone(&self) -> PrimitiveEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrimitiveEntry
impl Debug for PrimitiveEntry
Source§impl PartialEq for PrimitiveEntry
impl PartialEq for PrimitiveEntry
impl StructuralPartialEq for PrimitiveEntry
Auto Trait Implementations§
impl Freeze for PrimitiveEntry
impl !RefUnwindSafe for PrimitiveEntry
impl !Send for PrimitiveEntry
impl !Sync for PrimitiveEntry
impl Unpin for PrimitiveEntry
impl UnsafeUnpin for PrimitiveEntry
impl !UnwindSafe for PrimitiveEntry
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