pub struct OneWayDelaySample {
pub client_to_server: Option<Duration>,
pub server_to_client: Option<Duration>,
}Fields§
§client_to_server: Option<Duration>§server_to_client: Option<Duration>Trait Implementations§
Source§impl Clone for OneWayDelaySample
impl Clone for OneWayDelaySample
Source§fn clone(&self) -> OneWayDelaySample
fn clone(&self) -> OneWayDelaySample
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OneWayDelaySample
impl Debug for OneWayDelaySample
Source§impl PartialEq for OneWayDelaySample
impl PartialEq for OneWayDelaySample
Source§fn eq(&self, other: &OneWayDelaySample) -> bool
fn eq(&self, other: &OneWayDelaySample) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OneWayDelaySample
impl Eq for OneWayDelaySample
impl StructuralPartialEq for OneWayDelaySample
Auto Trait Implementations§
impl Freeze for OneWayDelaySample
impl RefUnwindSafe for OneWayDelaySample
impl Send for OneWayDelaySample
impl Sync for OneWayDelaySample
impl Unpin for OneWayDelaySample
impl UnsafeUnpin for OneWayDelaySample
impl UnwindSafe for OneWayDelaySample
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