struct StringFileInfo {
pub children: Vec<StringTable>,
}
Fields§
§children: Vec<StringTable>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringFileInfo
impl RefUnwindSafe for StringFileInfo
impl Send for StringFileInfo
impl Sync for StringFileInfo
impl Unpin for StringFileInfo
impl UnwindSafe for StringFileInfo
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