pub struct MemoryPlugin {
pub name: &'static str,
pub description: &'static str,
}Fields§
§name: &'static str§description: &'static strImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryPlugin
impl RefUnwindSafe for MemoryPlugin
impl Send for MemoryPlugin
impl Sync for MemoryPlugin
impl Unpin for MemoryPlugin
impl UnwindSafe for MemoryPlugin
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