pub struct NotifyResp {
pub subscription_id: String,
}Fields§
§subscription_id: StringTrait Implementations§
Source§impl Clone for NotifyResp
impl Clone for NotifyResp
Source§fn clone(&self) -> NotifyResp
fn clone(&self) -> NotifyResp
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 NotifyResp
impl Debug for NotifyResp
Source§impl Default for NotifyResp
impl Default for NotifyResp
Source§fn default() -> NotifyResp
fn default() -> NotifyResp
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for NotifyResp
impl<'a> MessageRead<'a> for NotifyResp
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for NotifyResp
impl MessageWrite for NotifyResp
Source§impl PartialEq for NotifyResp
impl PartialEq for NotifyResp
Source§impl Serialize for NotifyResp
impl Serialize for NotifyResp
impl StructuralPartialEq for NotifyResp
Auto Trait Implementations§
impl Freeze for NotifyResp
impl RefUnwindSafe for NotifyResp
impl Send for NotifyResp
impl Sync for NotifyResp
impl Unpin for NotifyResp
impl UnwindSafe for NotifyResp
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