Enum physis::repository::RepositoryType
source · #[repr(C)]pub enum RepositoryType {
Base,
Expansion {
number: i32,
},
}
Expand description
The type of repository, discerning game data from expansion data.
Variants§
Trait Implementations§
source§impl Clone for RepositoryType
impl Clone for RepositoryType
source§fn clone(&self) -> RepositoryType
fn clone(&self) -> RepositoryType
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 moresource§impl Debug for RepositoryType
impl Debug for RepositoryType
source§impl PartialEq for RepositoryType
impl PartialEq for RepositoryType
source§fn eq(&self, other: &RepositoryType) -> bool
fn eq(&self, other: &RepositoryType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RepositoryType
impl Eq for RepositoryType
impl StructuralPartialEq for RepositoryType
Auto Trait Implementations§
impl Freeze for RepositoryType
impl RefUnwindSafe for RepositoryType
impl Send for RepositoryType
impl Sync for RepositoryType
impl Unpin for RepositoryType
impl UnwindSafe for RepositoryType
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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
)