pub(crate) struct SpawnLocation();
Implementations§
Source§impl SpawnLocation
impl SpawnLocation
Trait Implementations§
Source§impl Clone for SpawnLocation
impl Clone for SpawnLocation
Source§fn clone(&self) -> SpawnLocation
fn clone(&self) -> SpawnLocation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<&'static Location<'static>> for SpawnLocation
impl From<&'static Location<'static>> for SpawnLocation
impl Copy for SpawnLocation
Auto Trait Implementations§
impl Freeze for SpawnLocation
impl RefUnwindSafe for SpawnLocation
impl Send for SpawnLocation
impl Sync for SpawnLocation
impl Unpin for SpawnLocation
impl UnwindSafe for SpawnLocation
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