pub struct MultisideKeepAlive {
pub id: i64,
}Fields§
§id: i64Implementations§
Trait Implementations§
Source§impl Clone for MultisideKeepAlive
impl Clone for MultisideKeepAlive
Source§fn clone(&self) -> MultisideKeepAlive
fn clone(&self) -> MultisideKeepAlive
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 MultisideKeepAlive
impl Debug for MultisideKeepAlive
Source§impl IntoPacket<ClientsideConfigurationPacket> for MultisideKeepAlive
impl IntoPacket<ClientsideConfigurationPacket> for MultisideKeepAlive
fn into_packet(self) -> ClientsideConfigurationPacket
Source§impl IntoPacket<ServersideConfigurationPacket> for MultisideKeepAlive
impl IntoPacket<ServersideConfigurationPacket> for MultisideKeepAlive
fn into_packet(self) -> ServersideConfigurationPacket
Source§impl PartialEq for MultisideKeepAlive
impl PartialEq for MultisideKeepAlive
impl StructuralPartialEq for MultisideKeepAlive
Auto Trait Implementations§
impl Freeze for MultisideKeepAlive
impl RefUnwindSafe for MultisideKeepAlive
impl Send for MultisideKeepAlive
impl Sync for MultisideKeepAlive
impl Unpin for MultisideKeepAlive
impl UnsafeUnpin for MultisideKeepAlive
impl UnwindSafe for MultisideKeepAlive
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