pub struct FootnoteId(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for FootnoteId
impl Clone for FootnoteId
Source§fn clone(&self) -> FootnoteId
fn clone(&self) -> FootnoteId
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 FootnoteId
impl Debug for FootnoteId
Source§impl<'de> Deserialize<'de> for FootnoteId
impl<'de> Deserialize<'de> for FootnoteId
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 Hash for FootnoteId
impl Hash for FootnoteId
Source§impl Ord for FootnoteId
impl Ord for FootnoteId
Source§fn cmp(&self, other: &FootnoteId) -> Ordering
fn cmp(&self, other: &FootnoteId) -> 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 FootnoteId
impl PartialEq for FootnoteId
Source§impl PartialOrd for FootnoteId
impl PartialOrd for FootnoteId
Source§impl Serialize for FootnoteId
impl Serialize for FootnoteId
impl Eq for FootnoteId
impl StructuralPartialEq for FootnoteId
Auto Trait Implementations§
impl Freeze for FootnoteId
impl RefUnwindSafe for FootnoteId
impl Send for FootnoteId
impl Sync for FootnoteId
impl Unpin for FootnoteId
impl UnsafeUnpin for FootnoteId
impl UnwindSafe for FootnoteId
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