Struct assembly_xml::obj::res::Respawn
source · pub struct Respawn {
pub children: Vec<RespawnPoint>,
}
Expand description
Data for respawn positions (?)
Fields§
§children: Vec<RespawnPoint>
Respawn points
Trait Implementations§
source§impl<'de> Deserialize<'de> for Respawn
impl<'de> Deserialize<'de> for Respawn
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Respawn
Auto Trait Implementations§
impl Freeze for Respawn
impl RefUnwindSafe for Respawn
impl Send for Respawn
impl Sync for Respawn
impl Unpin for Respawn
impl UnwindSafe for Respawn
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