Struct amq_protocol::protocol::basic::GetEmpty [−][src]
pub struct GetEmpty {
pub cluster_id: ShortString,
}Fields
cluster_id: ShortString
Trait Implementations
impl Clone for GetEmpty[src]
impl Clone for GetEmptyfn clone(&self) -> GetEmpty[src]
fn clone(&self) -> GetEmptyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GetEmpty[src]
impl Debug for GetEmptyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for GetEmpty[src]
impl PartialEq for GetEmpty