pub struct SerializableParent(pub EntityId);Expand description
Serializable representation of a Parent component.
Tuple Fields§
§0: EntityIdTrait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for SerializableParent
impl<'__de, __Context> BorrowDecode<'__de, __Context> for SerializableParent
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for SerializableParent
impl Clone for SerializableParent
Source§fn clone(&self) -> SerializableParent
fn clone(&self) -> SerializableParent
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 Debug for SerializableParent
impl Debug for SerializableParent
Source§impl<__Context> Decode<__Context> for SerializableParent
impl<__Context> Decode<__Context> for SerializableParent
Source§impl<'de> Deserialize<'de> for SerializableParent
impl<'de> Deserialize<'de> for SerializableParent
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
Source§impl Encode for SerializableParent
impl Encode for SerializableParent
Source§impl PartialEq for SerializableParent
impl PartialEq for SerializableParent
Source§impl Serialize for SerializableParent
impl Serialize for SerializableParent
impl Copy for SerializableParent
impl Eq for SerializableParent
impl StructuralPartialEq for SerializableParent
Auto Trait Implementations§
impl Freeze for SerializableParent
impl RefUnwindSafe for SerializableParent
impl Send for SerializableParent
impl Sync for SerializableParent
impl Unpin for SerializableParent
impl UnwindSafe for SerializableParent
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