pub enum SetOutcome {
Created(usize),
Updated,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetOutcome
impl RefUnwindSafe for SetOutcome
impl Send for SetOutcome
impl Sync for SetOutcome
impl Unpin for SetOutcome
impl UnsafeUnpin for SetOutcome
impl UnwindSafe for SetOutcome
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