pub struct UnitSpawnUnit {
pub parent_id: Uuid,
pub child_id: Uuid,
pub out: Hex,
}Fields§
§parent_id: Uuid§child_id: Uuid§out: HexAuto Trait Implementations§
impl Freeze for UnitSpawnUnit
impl RefUnwindSafe for UnitSpawnUnit
impl Send for UnitSpawnUnit
impl Sync for UnitSpawnUnit
impl Unpin for UnitSpawnUnit
impl UnwindSafe for UnitSpawnUnit
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