Struct RemoteSystemSessionMessageChannelReliability
#[repr(transparent)]pub struct RemoteSystemSessionMessageChannelReliability(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl RemoteSystemSessionMessageChannelReliability
impl RemoteSystemSessionMessageChannelReliability
pub const Reliable: Self = _
pub const Unreliable: Self = _
Trait Implementations§
§impl Clone for RemoteSystemSessionMessageChannelReliability
impl Clone for RemoteSystemSessionMessageChannelReliability
§fn clone(&self) -> RemoteSystemSessionMessageChannelReliability
fn clone(&self) -> RemoteSystemSessionMessageChannelReliability
Returns a copy 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 more§impl Default for RemoteSystemSessionMessageChannelReliability
impl Default for RemoteSystemSessionMessageChannelReliability
§fn default() -> RemoteSystemSessionMessageChannelReliability
fn default() -> RemoteSystemSessionMessageChannelReliability
Returns the “default value” for a type. Read more
§impl PartialEq for RemoteSystemSessionMessageChannelReliability
impl PartialEq for RemoteSystemSessionMessageChannelReliability
§fn eq(&self, other: &RemoteSystemSessionMessageChannelReliability) -> bool
fn eq(&self, other: &RemoteSystemSessionMessageChannelReliability) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for RemoteSystemSessionMessageChannelReliability
impl Eq for RemoteSystemSessionMessageChannelReliability
impl StructuralPartialEq for RemoteSystemSessionMessageChannelReliability
Auto Trait Implementations§
impl Freeze for RemoteSystemSessionMessageChannelReliability
impl RefUnwindSafe for RemoteSystemSessionMessageChannelReliability
impl Send for RemoteSystemSessionMessageChannelReliability
impl Sync for RemoteSystemSessionMessageChannelReliability
impl Unpin for RemoteSystemSessionMessageChannelReliability
impl UnwindSafe for RemoteSystemSessionMessageChannelReliability
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