pub struct RelayResult {
pub bytes_upstream: u64,
pub bytes_downstream: u64,
pub termination_reason: TerminationReason,
}Expand description
Result of a relay operation.
Fields§
§bytes_upstream: u64§bytes_downstream: u64§termination_reason: TerminationReasonTrait Implementations§
Auto Trait Implementations§
impl Freeze for RelayResult
impl RefUnwindSafe for RelayResult
impl Send for RelayResult
impl Sync for RelayResult
impl Unpin for RelayResult
impl UnsafeUnpin for RelayResult
impl UnwindSafe for RelayResult
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