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: boolTrait 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 Freeze for RemotePlatform
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)