pub struct ServerKeepAlive(pub u16);
Tuple Fields§
§0: u16
Trait Implementations§
Source§impl Clone for ServerKeepAlive
impl Clone for ServerKeepAlive
Source§fn clone(&self) -> ServerKeepAlive
fn clone(&self) -> ServerKeepAlive
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 moreSource§impl Debug for ServerKeepAlive
impl Debug for ServerKeepAlive
Source§impl PartialEq for ServerKeepAlive
impl PartialEq for ServerKeepAlive
impl StructuralPartialEq for ServerKeepAlive
Auto Trait Implementations§
impl Freeze for ServerKeepAlive
impl RefUnwindSafe for ServerKeepAlive
impl Send for ServerKeepAlive
impl Sync for ServerKeepAlive
impl Unpin for ServerKeepAlive
impl UnwindSafe for ServerKeepAlive
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