[−][src]Struct mqtt_v5::types::ConnectPacket
Fields
protocol_name: Stringprotocol_version: ProtocolVersionclean_start: boolkeep_alive: u16session_expiry_interval: Option<SessionExpiryInterval>receive_maximum: Option<ReceiveMaximum>maximum_packet_size: Option<MaximumPacketSize>topic_alias_maximum: Option<TopicAliasMaximum>request_response_information: Option<RequestResponseInformation>request_problem_information: Option<RequestProblemInformation>user_properties: Vec<UserProperty>authentication_method: Option<AuthenticationMethod>authentication_data: Option<AuthenticationData>client_id: Stringwill: Option<FinalWill>user_name: Option<String>password: Option<String>Trait Implementations
impl Debug for ConnectPacket[src]
impl PartialEq<ConnectPacket> for ConnectPacket[src]
fn eq(&self, other: &ConnectPacket) -> bool[src]
fn ne(&self, other: &ConnectPacket) -> bool[src]
impl PropertySize for ConnectPacket[src]
fn property_size(&self) -> u32[src]
impl StructuralPartialEq for ConnectPacket[src]
Auto Trait Implementations
impl RefUnwindSafe for ConnectPacket
impl Send for ConnectPacket
impl Sync for ConnectPacket
impl Unpin for ConnectPacket
impl UnwindSafe for ConnectPacket
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,