pub struct Revision {
pub parent: Option<Reference>,
pub children: SmallVec<[Reference; 1]>,
pub redo_index: usize,
/* private fields */
}
Fields§
§parent: Option<Reference>
§children: SmallVec<[Reference; 1]>
§redo_index: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Revision
impl RefUnwindSafe for Revision
impl Send for Revision
impl Sync for Revision
impl Unpin for Revision
impl UnwindSafe for Revision
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