pub struct GitStore {
pub raw: GffStruct,
pub tag: Option<String>,
pub localized_name: Option<GffCExoLocString>,
pub template_resref: Option<String>,
pub transform: GitTransform,
}Expand description
Fields§
§raw: GffStructOriginal raw GFF structure.
tag: Option<String>Instance tag.
localized_name: Option<GffCExoLocString>Localized display name.
template_resref: Option<String>Blueprint resource reference.
transform: GitTransformPlacement transform.
Trait Implementations§
impl StructuralPartialEq for GitStore
Auto Trait Implementations§
impl Freeze for GitStore
impl RefUnwindSafe for GitStore
impl Send for GitStore
impl Sync for GitStore
impl Unpin for GitStore
impl UnsafeUnpin for GitStore
impl UnwindSafe for GitStore
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