Struct initiative_core::storage::repository::DisplayRedo
source · pub struct DisplayRedo<'a>(&'a Change);
Tuple Fields§
§0: &'a Change
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DisplayRedo<'a>
impl<'a> RefUnwindSafe for DisplayRedo<'a>
impl<'a> Send for DisplayRedo<'a>
impl<'a> Sync for DisplayRedo<'a>
impl<'a> Unpin for DisplayRedo<'a>
impl<'a> UnwindSafe for DisplayRedo<'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