pub struct PaperListId(/* private fields */);Trait Implementations§
Source§impl AsRef<Url> for PaperListId
impl AsRef<Url> for PaperListId
Source§impl Clone for PaperListId
impl Clone for PaperListId
Source§fn clone(&self) -> PaperListId
fn clone(&self) -> PaperListId
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PaperListId
impl Debug for PaperListId
Source§impl<'de> Deserialize<'de> for PaperListId
impl<'de> Deserialize<'de> for PaperListId
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 PaperListId
impl Display for PaperListId
Source§impl From<PaperListId> for Url
impl From<PaperListId> for Url
Source§fn from(value: PaperListId) -> Self
fn from(value: PaperListId) -> Self
Converts to this type from the input type.
Source§impl From<Url> for PaperListId
impl From<Url> for PaperListId
Source§impl FromStr for PaperListId
impl FromStr for PaperListId
Source§impl Hash for PaperListId
impl Hash for PaperListId
Source§impl Ord for PaperListId
impl Ord for PaperListId
Source§fn cmp(&self, other: &PaperListId) -> Ordering
fn cmp(&self, other: &PaperListId) -> 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 PaperListId
impl PartialEq for PaperListId
Source§impl PartialOrd for PaperListId
impl PartialOrd for PaperListId
Source§impl Serialize for PaperListId
impl Serialize for PaperListId
impl Eq for PaperListId
impl StructuralPartialEq for PaperListId
Auto Trait Implementations§
impl Freeze for PaperListId
impl RefUnwindSafe for PaperListId
impl Send for PaperListId
impl Sync for PaperListId
impl Unpin for PaperListId
impl UnwindSafe for PaperListId
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