pub struct TickIdUtil;Implementations§
Source§impl TickIdUtil
impl TickIdUtil
Sourcepub fn to_stream(
tick_id: TickId,
stream: &mut impl WriteOctetStream,
) -> Result<()>
pub fn to_stream( tick_id: TickId, stream: &mut impl WriteOctetStream, ) -> Result<()>
§Errors
io::Error // TODO:
Sourcepub fn from_stream(stream: &mut impl ReadOctetStream) -> Result<TickId>
pub fn from_stream(stream: &mut impl ReadOctetStream) -> Result<TickId>
§Errors
io::Error // TODO:
Trait Implementations§
Source§impl Clone for TickIdUtil
impl Clone for TickIdUtil
Source§fn clone(&self) -> TickIdUtil
fn clone(&self) -> TickIdUtil
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 moreSource§impl Debug for TickIdUtil
impl Debug for TickIdUtil
Source§impl PartialEq for TickIdUtil
impl PartialEq for TickIdUtil
impl Copy for TickIdUtil
impl Eq for TickIdUtil
impl StructuralPartialEq for TickIdUtil
Auto Trait Implementations§
impl Freeze for TickIdUtil
impl RefUnwindSafe for TickIdUtil
impl Send for TickIdUtil
impl Sync for TickIdUtil
impl Unpin for TickIdUtil
impl UnwindSafe for TickIdUtil
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