pub struct ByondVersion {
pub version: u4c,
pub build: u4c,
}Fields§
§version: u4c§build: u4cTrait Implementations§
Source§impl Clone for ByondVersion
impl Clone for ByondVersion
Source§fn clone(&self) -> ByondVersion
fn clone(&self) -> ByondVersion
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 ByondVersion
impl Debug for ByondVersion
Source§impl Default for ByondVersion
impl Default for ByondVersion
Source§fn default() -> ByondVersion
fn default() -> ByondVersion
Returns the “default value” for a type. Read more
Source§impl Display for ByondVersion
impl Display for ByondVersion
Source§impl Hash for ByondVersion
impl Hash for ByondVersion
Source§impl Ord for ByondVersion
impl Ord for ByondVersion
Source§impl PartialEq for ByondVersion
impl PartialEq for ByondVersion
Source§impl PartialOrd for ByondVersion
impl PartialOrd for ByondVersion
impl Copy for ByondVersion
impl Eq for ByondVersion
impl StructuralPartialEq for ByondVersion
Auto Trait Implementations§
impl Freeze for ByondVersion
impl RefUnwindSafe for ByondVersion
impl Send for ByondVersion
impl Sync for ByondVersion
impl Unpin for ByondVersion
impl UnwindSafe for ByondVersion
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