Enum vos_core::ProjectKind
source · [−]pub enum ProjectKind {
Server,
Client,
Library,
}Variants
Server
Client
Library
Trait Implementations
sourceimpl Clone for ProjectKind
impl Clone for ProjectKind
sourcefn clone(&self) -> ProjectKind
fn clone(&self) -> ProjectKind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ProjectKind
impl Debug for ProjectKind
sourceimpl Default for ProjectKind
impl Default for ProjectKind
sourceimpl<'de> Deserialize<'de> for ProjectKind
impl<'de> Deserialize<'de> for ProjectKind
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for ProjectKind
impl Serialize for ProjectKind
impl Copy for ProjectKind
Auto Trait Implementations
impl RefUnwindSafe for ProjectKind
impl Send for ProjectKind
impl Sync for ProjectKind
impl Unpin for ProjectKind
impl UnwindSafe for ProjectKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more