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