pub struct TileSets {
pub tilesets: Vec<TileSetItem>,
pub links: Option<Links>,
}Fields§
§tilesets: Vec<TileSetItem>§links: Option<Links>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TileSets
impl Send for TileSets
impl Sync for TileSets
impl Unpin for TileSets
impl UnwindSafe for TileSets
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