pub enum MsgType {
Show 26 variants
BindingRequest,
BindingResponse,
BindingIndication,
BindingErrorResponse,
AllocateRequest,
AllocateResponse,
AllocateErrorResponse,
RefreshRequest,
RefreshResponse,
RefreshErrorResponse,
SendIndication,
DataIndication,
CreatePermissionRequest,
CreatePermissionResponse,
CreatePermissionErrorResponse,
ChannelBindRequest,
ChannelBindResponse,
ChannelBindErrorResponse,
ConnectRequest,
ConnectResponse,
ConnectErrorResponse,
ConnectionBindRequest,
ConnectionBindResponse,
ConnectionBindErrorResponse,
ConnectionAttemptIndication,
Other(u16),
}
Variants§
BindingRequest
BindingResponse
BindingIndication
BindingErrorResponse
AllocateRequest
AllocateResponse
AllocateErrorResponse
RefreshRequest
RefreshResponse
RefreshErrorResponse
SendIndication
DataIndication
CreatePermissionRequest
CreatePermissionResponse
CreatePermissionErrorResponse
ChannelBindRequest
ChannelBindResponse
ChannelBindErrorResponse
ConnectRequest
ConnectResponse
ConnectErrorResponse
ConnectionBindRequest
ConnectionBindResponse
ConnectionBindErrorResponse
ConnectionAttemptIndication
Other(u16)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsgType
impl RefUnwindSafe for MsgType
impl Send for MsgType
impl Sync for MsgType
impl Unpin for MsgType
impl UnwindSafe for MsgType
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