pub struct Stamp<'a> {
pub id: ArticleId<'a>,
pub category: CategoryId<'a>,
pub submitted: Date,
}Expand description
A stamp that is added onto the side of PDF version of arXiv articles
Fields§
§id: ArticleId<'a>§category: CategoryId<'a>§submitted: DateImplementations§
Trait Implementations§
impl<'a> Eq for Stamp<'a>
impl<'a> StructuralPartialEq for Stamp<'a>
Auto Trait Implementations§
impl<'a> Freeze for Stamp<'a>
impl<'a> RefUnwindSafe for Stamp<'a>
impl<'a> Send for Stamp<'a>
impl<'a> Sync for Stamp<'a>
impl<'a> Unpin for Stamp<'a>
impl<'a> UnwindSafe for Stamp<'a>
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