pub struct RespawnSpec;
Trait Implementations§
Source§impl Clone for RespawnSpec
impl Clone for RespawnSpec
Source§fn clone(&self) -> RespawnSpec
fn clone(&self) -> RespawnSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RespawnSpec
impl Debug for RespawnSpec
Source§impl Default for RespawnSpec
impl Default for RespawnSpec
Source§fn default() -> RespawnSpec
fn default() -> RespawnSpec
Returns the “default value” for a type. Read more
Source§impl Deserialize for RespawnSpec
impl Deserialize for RespawnSpec
Source§type Output = RespawnSpec
type Output = RespawnSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<RespawnSpec> for ToServerCommand
impl From<RespawnSpec> for ToServerCommand
Source§fn from(value: RespawnSpec) -> Self
fn from(value: RespawnSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RespawnSpec
impl PartialEq for RespawnSpec
Source§impl Serialize for RespawnSpec
impl Serialize for RespawnSpec
type Input = RespawnSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for RespawnSpec
Auto Trait Implementations§
impl Freeze for RespawnSpec
impl RefUnwindSafe for RespawnSpec
impl Send for RespawnSpec
impl Sync for RespawnSpec
impl Unpin for RespawnSpec
impl UnwindSafe for RespawnSpec
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