pub enum MemoryScopeValue {
User,
Project,
Workspace,
Team,
Agent,
}Variants§
Trait Implementations§
Source§impl Clone for MemoryScopeValue
impl Clone for MemoryScopeValue
Source§fn clone(&self) -> MemoryScopeValue
fn clone(&self) -> MemoryScopeValue
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 moreSource§impl Debug for MemoryScopeValue
impl Debug for MemoryScopeValue
Source§impl From<MemoryScopeValue> for MemoryScope
impl From<MemoryScopeValue> for MemoryScope
Source§fn from(value: MemoryScopeValue) -> Self
fn from(value: MemoryScopeValue) -> Self
Converts to this type from the input type.
Source§impl ValueEnum for MemoryScopeValue
impl ValueEnum for MemoryScopeValue
impl Copy for MemoryScopeValue
Auto Trait Implementations§
impl Freeze for MemoryScopeValue
impl RefUnwindSafe for MemoryScopeValue
impl Send for MemoryScopeValue
impl Sync for MemoryScopeValue
impl Unpin for MemoryScopeValue
impl UnsafeUnpin for MemoryScopeValue
impl UnwindSafe for MemoryScopeValue
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