Struct tipb::Kill[][src]

pub struct Kill {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Kill[src]

pub fn new() -> Kill[src]

pub fn get_conn_id(&self) -> u64[src]

pub fn clear_conn_id(&mut self)[src]

pub fn has_conn_id(&self) -> bool[src]

pub fn set_conn_id(&mut self, v: u64)[src]

pub fn get_query(&self) -> bool[src]

pub fn clear_query(&mut self)[src]

pub fn has_query(&self) -> bool[src]

pub fn set_query(&mut self, v: bool)[src]

Trait Implementations

impl Clear for Kill[src]

impl Clone for Kill[src]

impl Debug for Kill[src]

impl Default for Kill[src]

impl<'a> Default for &'a Kill[src]

impl Message for Kill[src]

impl PartialEq<Kill> for Kill[src]

impl PbPrint for Kill[src]

impl ProtobufValue for Kill[src]

impl StructuralPartialEq for Kill[src]

Auto Trait Implementations

impl RefUnwindSafe for Kill

impl Send for Kill

impl Sync for Kill

impl Unpin for Kill

impl UnwindSafe for Kill

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.