pub struct STOMPConnectRecord {
pub version: STOMPVersion,
pub subscribed_destination: String,
}Fields§
§version: STOMPVersion§subscribed_destination: StringTrait Implementations§
Source§impl Clone for STOMPConnectRecord
impl Clone for STOMPConnectRecord
Source§fn clone(&self) -> STOMPConnectRecord
fn clone(&self) -> STOMPConnectRecord
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 STOMPConnectRecord
impl Debug for STOMPConnectRecord
Source§impl Default for STOMPConnectRecord
impl Default for STOMPConnectRecord
Source§fn default() -> STOMPConnectRecord
fn default() -> STOMPConnectRecord
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for STOMPConnectRecord
impl<'a> MessageRead<'a> for STOMPConnectRecord
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 STOMPConnectRecord
impl MessageWrite for STOMPConnectRecord
Source§impl PartialEq for STOMPConnectRecord
impl PartialEq for STOMPConnectRecord
Source§impl Serialize for STOMPConnectRecord
impl Serialize for STOMPConnectRecord
impl StructuralPartialEq for STOMPConnectRecord
Auto Trait Implementations§
impl Freeze for STOMPConnectRecord
impl RefUnwindSafe for STOMPConnectRecord
impl Send for STOMPConnectRecord
impl Sync for STOMPConnectRecord
impl Unpin for STOMPConnectRecord
impl UnwindSafe for STOMPConnectRecord
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