pub struct AckPath {
pub port_id: PortId,
pub channel_id: ChannelId,
pub sequence: Sequence,
}Fields§
§port_id: PortId§channel_id: ChannelId§sequence: SequenceImplementations§
Trait Implementations§
Source§impl Ord for AckPath
impl Ord for AckPath
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for AckPath
impl PartialOrd for AckPath
impl Eq for AckPath
impl StructuralPartialEq for AckPath
Auto Trait Implementations§
impl Freeze for AckPath
impl RefUnwindSafe for AckPath
impl Send for AckPath
impl Sync for AckPath
impl Unpin for AckPath
impl UnsafeUnpin for AckPath
impl UnwindSafe for AckPath
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