pub struct TngThing {
pub new_thing: ScriptField,
pub fields: Vec<ScriptField>,
}Fields§
§new_thing: ScriptField§fields: Vec<ScriptField>Trait Implementations§
impl StructuralPartialEq for TngThing
Auto Trait Implementations§
impl Freeze for TngThing
impl RefUnwindSafe for TngThing
impl Send for TngThing
impl Sync for TngThing
impl Unpin for TngThing
impl UnwindSafe for TngThing
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