[−][src]Struct libaster::protocol::mc::Cmd
Trait Implementations
impl Clone for Cmd[src]
impl Drop for Cmd[src]
impl From<Message> for Cmd[src]
impl Request for Cmd[src]
type Reply = Message
type FrontCodec = FrontCodec
type BackCodec = BackCodec
fn ping_request() -> Self[src]
fn reregister(&mut self, task: Task)[src]
fn key_hash(&self, hash_tag: &[u8], hasher: fn(_: &[u8]) -> u64) -> u64[src]
fn subs(&self) -> Option<Vec<Self>>[src]
fn is_done(&self) -> bool[src]
fn add_cycle(&self)[src]
fn can_cycle(&self) -> bool[src]
fn is_error(&self) -> bool[src]
fn valid(&self) -> bool[src]
fn set_reply<R: IntoReply<Message>>(&self, t: R)[src]
fn set_error(&self, t: &AsError)[src]
fn mark_total(&self, cluster: &str)[src]
fn mark_remote(&self, cluster: &str)[src]
Auto Trait Implementations
impl !RefUnwindSafe for Cmd
impl !Send for Cmd
impl !Sync for Cmd
impl Unpin for Cmd
impl !UnwindSafe for Cmd
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> IntoReply<T> for T[src]
fn into_reply(Self) -> T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,