Struct vrc_get_litedb::ProjectType
source · pub struct ProjectType(/* private fields */);
Implementations§
source§impl ProjectType
impl ProjectType
pub const UNKNOWN: Self = _
pub const LEGACY_SDK2: Self = _
pub const LEGACY_WORLDS: Self = _
pub const LEGACY_AVATARS: Self = _
pub const UPM_WORLDS: Self = _
pub const UPM_AVATARS: Self = _
pub const UPM_STARTER: Self = _
pub const WORLDS: Self = _
pub const AVATARS: Self = _
pub const VPM_STARTER: Self = _
Trait Implementations§
source§impl Clone for ProjectType
impl Clone for ProjectType
source§fn clone(&self) -> ProjectType
fn clone(&self) -> ProjectType
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 ProjectType
impl Debug for ProjectType
source§impl Default for ProjectType
impl Default for ProjectType
source§fn default() -> ProjectType
fn default() -> ProjectType
Returns the “default value” for a type. Read more
source§impl Hash for ProjectType
impl Hash for ProjectType
source§impl PartialEq for ProjectType
impl PartialEq for ProjectType
source§fn eq(&self, other: &ProjectType) -> bool
fn eq(&self, other: &ProjectType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ProjectType
impl Eq for ProjectType
impl StructuralPartialEq for ProjectType
Auto Trait Implementations§
impl RefUnwindSafe for ProjectType
impl Send for ProjectType
impl Sync for ProjectType
impl Unpin for ProjectType
impl UnwindSafe for ProjectType
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