Struct makepad_studio::build_manager::build_protocol::LogItemWrap
source · 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 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