pub struct VersionDirective {
pub span: Span,
pub major: u32,
pub minor: u32,
}Fields§
§span: Span§major: u32§minor: u32Trait Implementations§
Source§impl Clone for VersionDirective
impl Clone for VersionDirective
Source§fn clone(&self) -> VersionDirective
fn clone(&self) -> VersionDirective
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VersionDirective
impl Debug for VersionDirective
Source§impl PartialEq for VersionDirective
impl PartialEq for VersionDirective
Source§fn eq(&self, other: &VersionDirective) -> bool
fn eq(&self, other: &VersionDirective) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VersionDirective
Auto Trait Implementations§
impl Freeze for VersionDirective
impl RefUnwindSafe for VersionDirective
impl Send for VersionDirective
impl Sync for VersionDirective
impl Unpin for VersionDirective
impl UnsafeUnpin for VersionDirective
impl UnwindSafe for VersionDirective
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