pub enum SyncItem {
Agent(String),
MemoryNamespace(String),
}Variants§
Trait Implementations§
impl Eq for SyncItem
impl StructuralPartialEq for SyncItem
Auto Trait Implementations§
impl Freeze for SyncItem
impl RefUnwindSafe for SyncItem
impl Send for SyncItem
impl Sync for SyncItem
impl Unpin for SyncItem
impl UnsafeUnpin for SyncItem
impl UnwindSafe for SyncItem
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