pub struct NovelUpdates(pub String);
Expand description
NovelUpdates slug.
Example: “novel-updates
”.
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for NovelUpdates
impl Clone for NovelUpdates
Source§fn clone(&self) -> NovelUpdates
fn clone(&self) -> NovelUpdates
Returns a copy 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 NovelUpdates
impl Debug for NovelUpdates
Source§impl<'de> Deserialize<'de> for NovelUpdates
impl<'de> Deserialize<'de> for NovelUpdates
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 NovelUpdates
impl Display for NovelUpdates
Source§impl Hash for NovelUpdates
impl Hash for NovelUpdates
Source§impl PartialEq for NovelUpdates
impl PartialEq for NovelUpdates
Source§impl Serialize for NovelUpdates
impl Serialize for NovelUpdates
impl StructuralPartialEq for NovelUpdates
Auto Trait Implementations§
impl Freeze for NovelUpdates
impl RefUnwindSafe for NovelUpdates
impl Send for NovelUpdates
impl Sync for NovelUpdates
impl Unpin for NovelUpdates
impl UnwindSafe for NovelUpdates
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