pub enum TerrariaFileType {
Unknown,
Map,
World,
Player,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TerrariaFileType
impl Clone for TerrariaFileType
Source§fn clone(&self) -> TerrariaFileType
fn clone(&self) -> TerrariaFileType
Returns a duplicate 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 TerrariaFileType
impl Debug for TerrariaFileType
Source§impl Hash for TerrariaFileType
impl Hash for TerrariaFileType
Source§impl PartialEq for TerrariaFileType
impl PartialEq for TerrariaFileType
impl Copy for TerrariaFileType
impl Eq for TerrariaFileType
impl StructuralPartialEq for TerrariaFileType
Auto Trait Implementations§
impl Freeze for TerrariaFileType
impl RefUnwindSafe for TerrariaFileType
impl Send for TerrariaFileType
impl Sync for TerrariaFileType
impl Unpin for TerrariaFileType
impl UnwindSafe for TerrariaFileType
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