pub struct ListOperatorFact { /* private fields */ }Expand description
Extracted structural facts available to rules and callers.
Implementations§
Trait Implementations§
Source§impl Clone for ListOperatorFact
impl Clone for ListOperatorFact
Source§fn clone(&self) -> ListOperatorFact
fn clone(&self) -> ListOperatorFact
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 Copy for ListOperatorFact
Auto Trait Implementations§
impl Freeze for ListOperatorFact
impl RefUnwindSafe for ListOperatorFact
impl Send for ListOperatorFact
impl Sync for ListOperatorFact
impl Unpin for ListOperatorFact
impl UnsafeUnpin for ListOperatorFact
impl UnwindSafe for ListOperatorFact
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