pub struct LdtkJson;
๐Deprecated: Use Project instead of LdtkJson to match LDtk documentation.
Implementationsยง
Auto Trait Implementationsยง
impl Freeze for LdtkJson
impl RefUnwindSafe for LdtkJson
impl Send for LdtkJson
impl Sync for LdtkJson
impl Unpin for LdtkJson
impl UnwindSafe for LdtkJson
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