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