Struct tipb::Kill [−][src]
Fields
unknown_fields: UnknownFields
cached_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][+]
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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,