pub struct ContextInvalidation(/* private fields */);Implementations§
Source§impl ContextInvalidation
impl ContextInvalidation
pub const NONE: Self
pub const SYSTEM: Self
pub const TOOL_CATALOG: Self
pub const SKILLS: Self
pub const MEMORY: Self
pub const PLAN: Self
pub const RUNTIME_STATE: Self
pub const fn union(self, other: Self) -> Self
pub const fn contains(self, other: Self) -> bool
pub const fn is_empty(self) -> bool
Trait Implementations§
Source§impl BitOr for ContextInvalidation
impl BitOr for ContextInvalidation
Source§impl BitOrAssign for ContextInvalidation
impl BitOrAssign for ContextInvalidation
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for ContextInvalidation
impl Clone for ContextInvalidation
Source§fn clone(&self) -> ContextInvalidation
fn clone(&self) -> ContextInvalidation
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 ContextInvalidation
Source§impl Debug for ContextInvalidation
impl Debug for ContextInvalidation
Source§impl Default for ContextInvalidation
impl Default for ContextInvalidation
Source§fn default() -> ContextInvalidation
fn default() -> ContextInvalidation
Returns the “default value” for a type. Read more
impl Eq for ContextInvalidation
Source§impl PartialEq for ContextInvalidation
impl PartialEq for ContextInvalidation
impl StructuralPartialEq for ContextInvalidation
Auto Trait Implementations§
impl Freeze for ContextInvalidation
impl RefUnwindSafe for ContextInvalidation
impl Send for ContextInvalidation
impl Sync for ContextInvalidation
impl Unpin for ContextInvalidation
impl UnsafeUnpin for ContextInvalidation
impl UnwindSafe for ContextInvalidation
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