pub struct SagaChapterNumber {
pub chapter: u32,
}Fields§
§chapter: u32Implementations§
Trait Implementations§
Source§impl Clone for SagaChapterNumber
impl Clone for SagaChapterNumber
Source§fn clone(&self) -> SagaChapterNumber
fn clone(&self) -> SagaChapterNumber
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 SagaChapterNumber
impl Debug for SagaChapterNumber
Source§impl<'de> Deserialize<'de> for SagaChapterNumber
impl<'de> Deserialize<'de> for SagaChapterNumber
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 Display for SagaChapterNumber
impl Display for SagaChapterNumber
Source§impl Hash for SagaChapterNumber
impl Hash for SagaChapterNumber
Source§impl IntoToken for SagaChapterNumber
Available on crate feature lexer only.
impl IntoToken for SagaChapterNumber
Available on crate feature
lexer only.fn try_from_span(span: &Span<'_>) -> Option<Self>
Source§impl Ord for SagaChapterNumber
impl Ord for SagaChapterNumber
Source§fn cmp(&self, other: &SagaChapterNumber) -> Ordering
fn cmp(&self, other: &SagaChapterNumber) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SagaChapterNumber
impl PartialEq for SagaChapterNumber
Source§impl PartialOrd for SagaChapterNumber
impl PartialOrd for SagaChapterNumber
Source§impl Serialize for SagaChapterNumber
impl Serialize for SagaChapterNumber
impl Copy for SagaChapterNumber
impl Eq for SagaChapterNumber
impl StructuralPartialEq for SagaChapterNumber
Auto Trait Implementations§
impl Freeze for SagaChapterNumber
impl RefUnwindSafe for SagaChapterNumber
impl Send for SagaChapterNumber
impl Sync for SagaChapterNumber
impl Unpin for SagaChapterNumber
impl UnwindSafe for SagaChapterNumber
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