pub enum UpsertRouteOutcome {
Inserted,
Updated,
Dropped(DropCause),
}Variants§
Trait Implementations§
Source§impl Clone for UpsertRouteOutcome
impl Clone for UpsertRouteOutcome
Source§fn clone(&self) -> UpsertRouteOutcome
fn clone(&self) -> UpsertRouteOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UpsertRouteOutcome
Source§impl Debug for UpsertRouteOutcome
impl Debug for UpsertRouteOutcome
impl Eq for UpsertRouteOutcome
Source§impl PartialEq for UpsertRouteOutcome
impl PartialEq for UpsertRouteOutcome
impl StructuralPartialEq for UpsertRouteOutcome
Auto Trait Implementations§
impl Freeze for UpsertRouteOutcome
impl RefUnwindSafe for UpsertRouteOutcome
impl Send for UpsertRouteOutcome
impl Sync for UpsertRouteOutcome
impl Unpin for UpsertRouteOutcome
impl UnsafeUnpin for UpsertRouteOutcome
impl UnwindSafe for UpsertRouteOutcome
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