Struct flashpoint_archive::tag::PartialTag
source · pub struct PartialTag {
pub id: i64,
pub name: String,
pub description: Option<String>,
pub date_modified: Option<String>,
pub aliases: Option<Vec<String>>,
pub category: Option<String>,
}Fields§
§id: i64§name: String§description: Option<String>§date_modified: Option<String>§aliases: Option<Vec<String>>§category: Option<String>Trait Implementations§
source§impl Clone for PartialTag
impl Clone for PartialTag
source§fn clone(&self) -> PartialTag
fn clone(&self) -> PartialTag
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 PartialTag
impl Debug for PartialTag
source§impl Default for PartialTag
impl Default for PartialTag
Auto Trait Implementations§
impl Freeze for PartialTag
impl RefUnwindSafe for PartialTag
impl Send for PartialTag
impl Sync for PartialTag
impl Unpin for PartialTag
impl UnwindSafe for PartialTag
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