pub struct InsertOrReplace;Trait Implementations§
Source§impl Rule for InsertOrReplace
impl Rule for InsertOrReplace
Auto Trait Implementations§
impl Freeze for InsertOrReplace
impl RefUnwindSafe for InsertOrReplace
impl Send for InsertOrReplace
impl Sync for InsertOrReplace
impl Unpin for InsertOrReplace
impl UnsafeUnpin for InsertOrReplace
impl UnwindSafe for InsertOrReplace
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