Struct eventstore_tcp::raw::client_messages::DeleteStream   
                   
                       [−]
                   
               [src]
pub struct DeleteStream<'a> {
    pub event_stream_id: Cow<'a, str>,
    pub expected_version: i32,
    pub require_master: bool,
    pub hard_delete: Option<bool>,
}Fields
event_stream_id: Cow<'a, str>
                           
                           
                           expected_version: i32
                           
                           
                           require_master: bool
                           
                           
                           hard_delete: Option<bool>
                           Methods
impl<'a> DeleteStream<'a>[src]
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Trait Implementations
impl<'a> Debug for DeleteStream<'a>[src]
impl<'a> Default for DeleteStream<'a>[src]
fn default() -> DeleteStream<'a>
Returns the "default value" for a type. Read more
impl<'a> PartialEq for DeleteStream<'a>[src]
fn eq(&self, __arg_0: &DeleteStream<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DeleteStream<'a>) -> bool
This method tests for !=.
impl<'a> Clone for DeleteStream<'a>[src]
fn clone(&self) -> DeleteStream<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<'a> MessageWrite for DeleteStream<'a>[src]
fn get_size(&self) -> usize
Computes necessary binary size of self once serialized in protobuf
fn write_message<W: Write>(&self, w: &mut Writer<W>) -> Result<()>
Writes Self into W writer
fn write_file<P>(&self, p: P) -> Result<(), Error> where P: AsRef<Path>
Writes self into a file