pub struct SinceTag {
pub span: Span,
pub version: Text,
}Fields§
§span: Span§version: TextTrait Implementations§
source§impl PartialEq for SinceTag
impl PartialEq for SinceTag
impl StructuralPartialEq for SinceTag
Auto Trait Implementations§
impl RefUnwindSafe for SinceTag
impl Send for SinceTag
impl Sync for SinceTag
impl Unpin for SinceTag
impl UnwindSafe for SinceTag
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