pub struct LogItemWrap {
pub cmd_id: BuildCmdId,
pub item: LogItem,
}Fields§
§cmd_id: BuildCmdId§item: LogItemTrait Implementations§
Source§impl Clone for LogItemWrap
impl Clone for LogItemWrap
Source§fn clone(&self) -> LogItemWrap
fn clone(&self) -> LogItemWrap
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 moreAuto Trait Implementations§
impl Freeze for LogItemWrap
impl RefUnwindSafe for LogItemWrap
impl Send for LogItemWrap
impl Sync for LogItemWrap
impl Unpin for LogItemWrap
impl UnwindSafe for LogItemWrap
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