pub struct SupermemoryMemoryConfig {
pub plan: String,
}Fields§
§plan: StringTrait Implementations§
Source§impl Debug for SupermemoryMemoryConfig
impl Debug for SupermemoryMemoryConfig
Auto Trait Implementations§
impl Freeze for SupermemoryMemoryConfig
impl RefUnwindSafe for SupermemoryMemoryConfig
impl Send for SupermemoryMemoryConfig
impl Sync for SupermemoryMemoryConfig
impl Unpin for SupermemoryMemoryConfig
impl UnsafeUnpin for SupermemoryMemoryConfig
impl UnwindSafe for SupermemoryMemoryConfig
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