pub struct StepsAck {
pub waiting_for_tick_id: TickId,
}
Fields§
§waiting_for_tick_id: TickId
Implementations§
Source§impl StepsAck
impl StepsAck
Sourcepub fn to_stream(&self, stream: &mut impl WriteOctetStream) -> Result<()>
pub fn to_stream(&self, stream: &mut impl WriteOctetStream) -> Result<()>
§Errors
io::Error
// TODO:
Sourcepub fn from_stream(stream: &mut impl ReadOctetStream) -> Result<Self>
pub fn from_stream(stream: &mut impl ReadOctetStream) -> Result<Self>
§Errors
io::Error
// TODO:
Trait Implementations§
impl Eq for StepsAck
impl StructuralPartialEq for StepsAck
Auto Trait Implementations§
impl Freeze for StepsAck
impl RefUnwindSafe for StepsAck
impl Send for StepsAck
impl Sync for StepsAck
impl Unpin for StepsAck
impl UnwindSafe for StepsAck
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