pub enum Memorys {
File,
Json,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Memorys
impl RefUnwindSafe for Memorys
impl Send for Memorys
impl Sync for Memorys
impl Unpin for Memorys
impl UnwindSafe for Memorys
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