Enum ambient_shared_types::urls::PackageContent
source · pub enum PackageContent {
Show 15 variants
Playable,
Example,
NotExample,
Asset,
Models,
Animations,
Textures,
Materials,
Fonts,
Code,
Schema,
Audio,
Other,
Tool,
Mod,
}
Expand description
Replicated from AmbientFbSchema::DbPackageContent
Variants§
Playable
Example
NotExample
Asset
Models
Animations
Textures
Materials
Fonts
Code
Schema
Audio
Other
Tool
Mod
Trait Implementations§
source§impl Clone for PackageContent
impl Clone for PackageContent
source§fn clone(&self) -> PackageContent
fn clone(&self) -> PackageContent
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 PackageContent
impl Debug for PackageContent
source§impl PartialEq for PackageContent
impl PartialEq for PackageContent
source§fn eq(&self, other: &PackageContent) -> bool
fn eq(&self, other: &PackageContent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PackageContent
impl StructuralPartialEq for PackageContent
Auto Trait Implementations§
impl RefUnwindSafe for PackageContent
impl Send for PackageContent
impl Sync for PackageContent
impl Unpin for PackageContent
impl UnwindSafe for PackageContent
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