pub struct SeparatorChapterExplainer { /* private fields */ }Expand description
A separator for some common chapter explainer.
Implementations§
Trait Implementations§
Source§impl Clone for SeparatorChapterExplainer
impl Clone for SeparatorChapterExplainer
Source§fn clone(&self) -> SeparatorChapterExplainer
fn clone(&self) -> SeparatorChapterExplainer
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 SeparatorChapterExplainer
impl Debug for SeparatorChapterExplainer
Source§impl<'de> Deserialize<'de> for SeparatorChapterExplainer
impl<'de> Deserialize<'de> for SeparatorChapterExplainer
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
impl Copy for SeparatorChapterExplainer
impl StructuralPartialEq for SeparatorChapterExplainer
Auto Trait Implementations§
impl Freeze for SeparatorChapterExplainer
impl RefUnwindSafe for SeparatorChapterExplainer
impl Send for SeparatorChapterExplainer
impl Sync for SeparatorChapterExplainer
impl Unpin for SeparatorChapterExplainer
impl UnwindSafe for SeparatorChapterExplainer
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