pub enum BuildSqlUpdatePolicy {
PublicPrimaryKeyOnly,
PublicBoundedDeterministic,
}Expand description
Generated SQL update endpoint policy selected by actor codegen.
Variants§
PublicPrimaryKeyOnly
Expose only public-safe primary-key UPDATE through icydb_update.
PublicBoundedDeterministic
Expose only public-safe bounded deterministic UPDATE through icydb_update.
Trait Implementations§
Source§impl Clone for BuildSqlUpdatePolicy
impl Clone for BuildSqlUpdatePolicy
Source§fn clone(&self) -> BuildSqlUpdatePolicy
fn clone(&self) -> BuildSqlUpdatePolicy
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 BuildSqlUpdatePolicy
Source§impl Debug for BuildSqlUpdatePolicy
impl Debug for BuildSqlUpdatePolicy
impl Eq for BuildSqlUpdatePolicy
Source§impl PartialEq for BuildSqlUpdatePolicy
impl PartialEq for BuildSqlUpdatePolicy
impl StructuralPartialEq for BuildSqlUpdatePolicy
Auto Trait Implementations§
impl Freeze for BuildSqlUpdatePolicy
impl RefUnwindSafe for BuildSqlUpdatePolicy
impl Send for BuildSqlUpdatePolicy
impl Sync for BuildSqlUpdatePolicy
impl Unpin for BuildSqlUpdatePolicy
impl UnsafeUnpin for BuildSqlUpdatePolicy
impl UnwindSafe for BuildSqlUpdatePolicy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.