pub struct FlexVer<'a>(pub &'a str);
Tuple Fields§
§0: &'a str
Trait Implementations§
Source§impl Ord for FlexVer<'_>
impl Ord for FlexVer<'_>
Source§impl PartialOrd for FlexVer<'_>
impl PartialOrd for FlexVer<'_>
impl<'a> Copy for FlexVer<'a>
impl Eq for FlexVer<'_>
Auto Trait Implementations§
impl<'a> Freeze for FlexVer<'a>
impl<'a> RefUnwindSafe for FlexVer<'a>
impl<'a> Send for FlexVer<'a>
impl<'a> Sync for FlexVer<'a>
impl<'a> Unpin for FlexVer<'a>
impl<'a> UnwindSafe for FlexVer<'a>
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