Struct vos_core::ProjectEdition
source · [−]Fields
year: i32minor: u8patch: u8Trait Implementations
sourceimpl Clone for ProjectEdition
impl Clone for ProjectEdition
sourcefn clone(&self) -> ProjectEdition
fn clone(&self) -> ProjectEdition
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 ProjectEdition
impl Debug for ProjectEdition
sourceimpl Default for ProjectEdition
impl Default for ProjectEdition
sourceimpl<'de> Deserialize<'de> for ProjectEdition
impl<'de> Deserialize<'de> for ProjectEdition
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 Display for ProjectEdition
impl Display for ProjectEdition
sourceimpl Serialize for ProjectEdition
impl Serialize for ProjectEdition
Auto Trait Implementations
impl RefUnwindSafe for ProjectEdition
impl Send for ProjectEdition
impl Sync for ProjectEdition
impl Unpin for ProjectEdition
impl UnwindSafe for ProjectEdition
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