pub struct WorldLinked;Auto Trait Implementations§
impl Freeze for WorldLinked
impl RefUnwindSafe for WorldLinked
impl Send for WorldLinked
impl Sync for WorldLinked
impl Unpin for WorldLinked
impl UnwindSafe for WorldLinked
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