Struct flashpoint_archive::platform::PlatformAppPath
source · pub struct PlatformAppPath {
pub app_path: String,
pub count: i64,
}
Fields§
§app_path: String
§count: i64
Trait Implementations§
source§impl Clone for PlatformAppPath
impl Clone for PlatformAppPath
source§fn clone(&self) -> PlatformAppPath
fn clone(&self) -> PlatformAppPath
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 PlatformAppPath
impl Send for PlatformAppPath
impl Sync for PlatformAppPath
impl Unpin for PlatformAppPath
impl UnwindSafe for PlatformAppPath
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