pub struct Revision<'a> {
pub id: isize,
pub author: Cow<'a, str>,
pub date: Option<Cow<'a, str>>,
pub section_property: Option<PreviousSectionProperty<'a>>,
}
Fields§
§id: isize
§date: Option<Cow<'a, str>>
§section_property: Option<PreviousSectionProperty<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Revision<'a>
impl<'a> RefUnwindSafe for Revision<'a>
impl<'a> Send for Revision<'a>
impl<'a> Sync for Revision<'a>
impl<'a> Unpin for Revision<'a>
impl<'a> UnwindSafe for Revision<'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