pub struct RelayOutcome {
pub from: Uuid,
pub to: Uuid,
pub bytes: u64,
}Expand description
Result of a relay attempt.
Fields§
§from: Uuid§to: Uuid§bytes: u64Trait Implementations§
Source§impl Clone for RelayOutcome
impl Clone for RelayOutcome
Source§fn clone(&self) -> RelayOutcome
fn clone(&self) -> RelayOutcome
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 moreAuto Trait Implementations§
impl Freeze for RelayOutcome
impl RefUnwindSafe for RelayOutcome
impl Send for RelayOutcome
impl Sync for RelayOutcome
impl Unpin for RelayOutcome
impl UnsafeUnpin for RelayOutcome
impl UnwindSafe for RelayOutcome
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