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