Struct ssr_algorithms::super_memory_2::SuperMemory
source · pub struct SuperMemory { /* private fields */ }
Trait Implementations§
source§impl<'de> Deserialize<'de> for SuperMemory
impl<'de> Deserialize<'de> for SuperMemory
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for SuperMemory
impl Serialize for SuperMemory
source§impl<'a> Task<'a> for SuperMemory
impl<'a> Task<'a> for SuperMemory
fn new( description: String, correct_answers: impl IntoIterator<Item = String>, explanation: Option<String>, ) -> Self
fn get_desctiption(&self) -> &str
fn until_next_repetition(&self) -> Duration
fn complete( &mut self, interaction: impl UserInteraction, ) -> Feedback<'_, impl Iterator<Item = &String>>
Auto Trait Implementations§
impl Freeze for SuperMemory
impl RefUnwindSafe for SuperMemory
impl Send for SuperMemory
impl Sync for SuperMemory
impl Unpin for SuperMemory
impl UnwindSafe for SuperMemory
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