pub struct Overlays {
pub add: Option<OwnedRow>,
pub remove: Option<OwnedRow>,
}Expand description
The narrowed add/remove pair fed to the splice (Overlays,
memory-source.ts:64). Both owned.
Fields§
§add: Option<OwnedRow>§remove: Option<OwnedRow>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Overlays
impl RefUnwindSafe for Overlays
impl Send for Overlays
impl Sync for Overlays
impl Unpin for Overlays
impl UnsafeUnpin for Overlays
impl UnwindSafe for Overlays
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