pub struct CaseSolution { /* private fields */ }
Trait Implementations§
Source§impl Clone for CaseSolution
impl Clone for CaseSolution
Source§fn clone(&self) -> CaseSolution
fn clone(&self) -> CaseSolution
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CaseSolution
impl Debug for CaseSolution
Source§impl<'de> Deserialize<'de> for CaseSolution
impl<'de> Deserialize<'de> for CaseSolution
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 FileKeyable for CaseSolution
impl FileKeyable for CaseSolution
Source§impl GetFromRawAemo for CaseSolution
impl GetFromRawAemo for CaseSolution
Auto Trait Implementations§
impl Freeze for CaseSolution
impl RefUnwindSafe for CaseSolution
impl Send for CaseSolution
impl Sync for CaseSolution
impl Unpin for CaseSolution
impl UnwindSafe for CaseSolution
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