pub struct SubscribeNamespaceError {
pub request_id: VarInt,
pub error_code: VarInt,
pub reason_phrase: Vec<u8>,
}Fields§
§request_id: VarInt§error_code: VarInt§reason_phrase: Vec<u8>Trait Implementations§
Source§impl Clone for SubscribeNamespaceError
impl Clone for SubscribeNamespaceError
Source§fn clone(&self) -> SubscribeNamespaceError
fn clone(&self) -> SubscribeNamespaceError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SubscribeNamespaceError
impl Debug for SubscribeNamespaceError
Source§impl PartialEq for SubscribeNamespaceError
impl PartialEq for SubscribeNamespaceError
impl Eq for SubscribeNamespaceError
impl StructuralPartialEq for SubscribeNamespaceError
Auto Trait Implementations§
impl Freeze for SubscribeNamespaceError
impl RefUnwindSafe for SubscribeNamespaceError
impl Send for SubscribeNamespaceError
impl Sync for SubscribeNamespaceError
impl Unpin for SubscribeNamespaceError
impl UnsafeUnpin for SubscribeNamespaceError
impl UnwindSafe for SubscribeNamespaceError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more