Struct flashpoint_archive::update::RemoteTag
source · pub struct RemoteTag {
pub id: i64,
pub name: String,
pub description: String,
pub category: String,
pub date_modified: String,
pub aliases: Vec<String>,
pub deleted: bool,
}
Fields§
§id: i64
§name: String
§description: String
§category: String
§date_modified: String
§aliases: Vec<String>
§deleted: bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RemoteTag
impl Send for RemoteTag
impl Sync for RemoteTag
impl Unpin for RemoteTag
impl UnwindSafe for RemoteTag
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