#[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
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