pub struct BuildCmdId(pub u64);Tuple Fields§
§0: u64Implementations§
Source§impl BuildCmdId
impl BuildCmdId
pub fn wrap_msg(&self, item: LogItem) -> LogItemWrap
Trait Implementations§
Source§impl Clone for BuildCmdId
impl Clone for BuildCmdId
Source§fn clone(&self) -> BuildCmdId
fn clone(&self) -> BuildCmdId
Returns a copy 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 DeBin for BuildCmdId
impl DeBin for BuildCmdId
Source§impl Debug for BuildCmdId
impl Debug for BuildCmdId
Source§impl PartialEq for BuildCmdId
impl PartialEq for BuildCmdId
Source§impl SerBin for BuildCmdId
impl SerBin for BuildCmdId
impl Copy for BuildCmdId
impl StructuralPartialEq for BuildCmdId
Auto Trait Implementations§
impl Freeze for BuildCmdId
impl RefUnwindSafe for BuildCmdId
impl Send for BuildCmdId
impl Sync for BuildCmdId
impl Unpin for BuildCmdId
impl UnwindSafe for BuildCmdId
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