pub struct ItemdefSpec {
pub item_def: ItemdefList,
}
Fields§
§item_def: ItemdefList
Trait Implementations§
Source§impl Clone for ItemdefSpec
impl Clone for ItemdefSpec
Source§fn clone(&self) -> ItemdefSpec
fn clone(&self) -> ItemdefSpec
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 ItemdefSpec
impl Debug for ItemdefSpec
Source§impl Deserialize for ItemdefSpec
impl Deserialize for ItemdefSpec
Source§type Output = ItemdefSpec
type Output = ItemdefSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<ItemdefSpec> for ToClientCommand
impl From<ItemdefSpec> for ToClientCommand
Source§fn from(value: ItemdefSpec) -> Self
fn from(value: ItemdefSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ItemdefSpec
impl PartialEq for ItemdefSpec
Source§impl Serialize for ItemdefSpec
impl Serialize for ItemdefSpec
type Input = ItemdefSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for ItemdefSpec
Auto Trait Implementations§
impl Freeze for ItemdefSpec
impl RefUnwindSafe for ItemdefSpec
impl Send for ItemdefSpec
impl Sync for ItemdefSpec
impl Unpin for ItemdefSpec
impl UnwindSafe for ItemdefSpec
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