pub struct PlannedEntity {
pub name: String,
pub id: NodeId,
pub created: bool,
}Fields§
§name: String§id: NodeId§created: boolAuto Trait Implementations§
impl Freeze for PlannedEntity
impl RefUnwindSafe for PlannedEntity
impl Send for PlannedEntity
impl Sync for PlannedEntity
impl Unpin for PlannedEntity
impl UnsafeUnpin for PlannedEntity
impl UnwindSafe for PlannedEntity
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