Struct ai_kit::infer::OriginCache
[−]
[src]
pub struct OriginCache { /* fields omitted */ }
Methods
impl OriginCache
[src]
fn new() -> Self
fn has_item(&self, item: &Origin) -> bool
fn insert_item_mut(&mut self, item: Origin)
Trait Implementations
impl Clone for OriginCache
[src]
fn clone(&self) -> OriginCache
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for OriginCache
[src]
impl PartialEq for OriginCache
[src]
fn eq(&self, __arg_0: &OriginCache) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &OriginCache) -> bool
This method tests for !=
.