Enum tea_sdk::utils::wasm_actor::actors::replica::IntelliSendMode
pub enum IntelliSendMode {
LocalOnly,
RemoteOnly,
BothOk,
}
Variants§
Trait Implementations§
§impl Clone for IntelliSendMode
impl Clone for IntelliSendMode
§fn clone(&self) -> IntelliSendMode
fn clone(&self) -> IntelliSendMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for IntelliSendMode
impl Debug for IntelliSendMode
§impl Default for IntelliSendMode
impl Default for IntelliSendMode
§fn default() -> IntelliSendMode
fn default() -> IntelliSendMode
Returns the “default value” for a type. Read more
§impl PartialEq for IntelliSendMode
impl PartialEq for IntelliSendMode
§fn eq(&self, other: &IntelliSendMode) -> bool
fn eq(&self, other: &IntelliSendMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IntelliSendMode
impl Eq for IntelliSendMode
impl StructuralEq for IntelliSendMode
impl StructuralPartialEq for IntelliSendMode
Auto Trait Implementations§
impl RefUnwindSafe for IntelliSendMode
impl Send for IntelliSendMode
impl Sync for IntelliSendMode
impl Unpin for IntelliSendMode
impl UnwindSafe for IntelliSendMode
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.