pub struct ScriptStruct<'a> {
pub meta: Option<Meta>,
pub name: String,
pub module_name: Option<String>,
pub visibility: Visibility,
pub fields: Vec<ScriptStructField<'a>>,
}
Fields§
§meta: Option<Meta>
§name: String
§module_name: Option<String>
§visibility: Visibility
§fields: Vec<ScriptStructField<'a>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ScriptStruct<'a>
impl<'a> RefUnwindSafe for ScriptStruct<'a>
impl<'a> Send for ScriptStruct<'a>
impl<'a> Sync for ScriptStruct<'a>
impl<'a> Unpin for ScriptStruct<'a>
impl<'a> UnwindSafe for ScriptStruct<'a>
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