pub struct AssignmentFacts<'facts, 'a> { /* private fields */ }Expand description
Fact collection types and stable identifiers into those collections.
Trait Implementations§
Source§impl<'facts, 'a> Clone for AssignmentFacts<'facts, 'a>
impl<'facts, 'a> Clone for AssignmentFacts<'facts, 'a>
Source§fn clone(&self) -> AssignmentFacts<'facts, 'a>
fn clone(&self) -> AssignmentFacts<'facts, 'a>
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 moreimpl<'facts, 'a> Copy for AssignmentFacts<'facts, 'a>
Auto Trait Implementations§
impl<'facts, 'a> Freeze for AssignmentFacts<'facts, 'a>
impl<'facts, 'a> RefUnwindSafe for AssignmentFacts<'facts, 'a>
impl<'facts, 'a> Send for AssignmentFacts<'facts, 'a>
impl<'facts, 'a> Sync for AssignmentFacts<'facts, 'a>
impl<'facts, 'a> Unpin for AssignmentFacts<'facts, 'a>
impl<'facts, 'a> UnsafeUnpin for AssignmentFacts<'facts, 'a>
impl<'facts, 'a> UnwindSafe for AssignmentFacts<'facts, '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