pub struct Tameable;Expand description
Handles tameable entity ownership transfer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tameable
impl RefUnwindSafe for Tameable
impl Send for Tameable
impl Sync for Tameable
impl Unpin for Tameable
impl UnsafeUnpin for Tameable
impl UnwindSafe for Tameable
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