Struct flashpoint_archive::update::RemotePlatform
source · pub struct RemotePlatform {
pub id: i64,
pub name: String,
pub description: String,
pub date_modified: String,
pub aliases: Vec<String>,
pub deleted: bool,
}
Fields§
§id: i64
§name: String
§description: String
§date_modified: String
§aliases: Vec<String>
§deleted: bool
Trait Implementations§
source§impl Clone for RemotePlatform
impl Clone for RemotePlatform
source§fn clone(&self) -> RemotePlatform
fn clone(&self) -> RemotePlatform
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 moreAuto Trait Implementations§
impl RefUnwindSafe for RemotePlatform
impl Send for RemotePlatform
impl Sync for RemotePlatform
impl Unpin for RemotePlatform
impl UnwindSafe for RemotePlatform
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