Struct post_archiver::structs::ArchiveAuthorsItem
source · pub struct ArchiveAuthorsItem {
pub id: String,
pub name: String,
pub thumb: Option<PathBuf>,
pub from: HashSet<ArchiveFrom>,
}Fields§
§id: String§name: String§thumb: Option<PathBuf>§from: HashSet<ArchiveFrom>Implementations§
Trait Implementations§
source§impl Clone for ArchiveAuthorsItem
impl Clone for ArchiveAuthorsItem
source§fn clone(&self) -> ArchiveAuthorsItem
fn clone(&self) -> ArchiveAuthorsItem
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 ArchiveAuthorsItem
impl Debug for ArchiveAuthorsItem
source§impl<'de> Deserialize<'de> for ArchiveAuthorsItem
impl<'de> Deserialize<'de> for ArchiveAuthorsItem
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 Into<ArchiveAuthorsItem> for ArchiveAuthor
impl Into<ArchiveAuthorsItem> for ArchiveAuthor
source§fn into(self) -> ArchiveAuthorsItem
fn into(self) -> ArchiveAuthorsItem
Converts this type into the (usually inferred) input type.
source§impl PartialEq for ArchiveAuthorsItem
impl PartialEq for ArchiveAuthorsItem
source§fn eq(&self, other: &ArchiveAuthorsItem) -> bool
fn eq(&self, other: &ArchiveAuthorsItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ArchiveAuthorsItem
impl Serialize for ArchiveAuthorsItem
impl Eq for ArchiveAuthorsItem
impl StructuralPartialEq for ArchiveAuthorsItem
Auto Trait Implementations§
impl Freeze for ArchiveAuthorsItem
impl RefUnwindSafe for ArchiveAuthorsItem
impl Send for ArchiveAuthorsItem
impl Sync for ArchiveAuthorsItem
impl Unpin for ArchiveAuthorsItem
impl UnwindSafe for ArchiveAuthorsItem
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