Skip to main content

Item

Struct Item 

Source
pub struct Item { /* private fields */ }

Trait Implementations§

Source§

impl Debug for Item

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for Item

Source§

fn deserialize<__D>( __deserializer: __D, ) -> Result<Item, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl DynCast<<dyn OutlineTrait as GetDynCastConfig<dyn OutlineTrait>>::Config> for Item

Source§

fn dyn_cast_ref( &self, ) -> Result<&<<dyn OutlineTrait as GetDynCastConfig<dyn OutlineTrait>>::Config as DynCastConfig>::Target, &<<dyn OutlineTrait as GetDynCastConfig<dyn OutlineTrait>>::Config as DynCastConfig>::Source>

Cast a shared reference of this trait object to another trait object.
Source§

fn dyn_cast_mut( &mut self, ) -> Result<&mut <<dyn OutlineTrait as GetDynCastConfig<dyn OutlineTrait>>::Config as DynCastConfig>::Target, &mut <<dyn OutlineTrait as GetDynCastConfig<dyn OutlineTrait>>::Config as DynCastConfig>::Source>

Cast a mutable/unique reference of this trait object to another trait object.
Source§

fn dyn_cast_boxed( self: Box<Item>, ) -> Result<Box<<<dyn OutlineTrait as GetDynCastConfig<dyn OutlineTrait>>::Config as DynCastConfig>::Target>, Box<<<dyn OutlineTrait as GetDynCastConfig<dyn OutlineTrait>>::Config as DynCastConfig>::Source>>

Cast a boxed trait object to another trait object.
Source§

fn dyn_cast_rc( self: Rc<Item>, ) -> Result<Rc<<<dyn OutlineTrait as GetDynCastConfig<dyn OutlineTrait>>::Config as DynCastConfig>::Target>, Rc<<<dyn OutlineTrait as GetDynCastConfig<dyn OutlineTrait>>::Config as DynCastConfig>::Source>>

Cast a reference counted trait object to another trait object.
Source§

fn dyn_cast_arc( self: Arc<Item>, ) -> Result<Arc<<<dyn OutlineTrait as GetDynCastConfig<dyn OutlineTrait>>::Config as DynCastConfig>::Target>, Arc<<<dyn OutlineTrait as GetDynCastConfig<dyn OutlineTrait>>::Config as DynCastConfig>::Source>>

Cast an atomically reference counted trait object to another trait object.
Source§

impl DynCast<<dyn PieceBaseTrait as GetDynCastConfig<dyn PieceBaseTrait>>::Config> for Item

Source§

fn dyn_cast_ref( &self, ) -> Result<&<<dyn PieceBaseTrait as GetDynCastConfig<dyn PieceBaseTrait>>::Config as DynCastConfig>::Target, &<<dyn PieceBaseTrait as GetDynCastConfig<dyn PieceBaseTrait>>::Config as DynCastConfig>::Source>

Cast a shared reference of this trait object to another trait object.
Source§

fn dyn_cast_mut( &mut self, ) -> Result<&mut <<dyn PieceBaseTrait as GetDynCastConfig<dyn PieceBaseTrait>>::Config as DynCastConfig>::Target, &mut <<dyn PieceBaseTrait as GetDynCastConfig<dyn PieceBaseTrait>>::Config as DynCastConfig>::Source>

Cast a mutable/unique reference of this trait object to another trait object.
Source§

fn dyn_cast_boxed( self: Box<Item>, ) -> Result<Box<<<dyn PieceBaseTrait as GetDynCastConfig<dyn PieceBaseTrait>>::Config as DynCastConfig>::Target>, Box<<<dyn PieceBaseTrait as GetDynCastConfig<dyn PieceBaseTrait>>::Config as DynCastConfig>::Source>>

Cast a boxed trait object to another trait object.
Source§

fn dyn_cast_rc( self: Rc<Item>, ) -> Result<Rc<<<dyn PieceBaseTrait as GetDynCastConfig<dyn PieceBaseTrait>>::Config as DynCastConfig>::Target>, Rc<<<dyn PieceBaseTrait as GetDynCastConfig<dyn PieceBaseTrait>>::Config as DynCastConfig>::Source>>

Cast a reference counted trait object to another trait object.
Source§

fn dyn_cast_arc( self: Arc<Item>, ) -> Result<Arc<<<dyn PieceBaseTrait as GetDynCastConfig<dyn PieceBaseTrait>>::Config as DynCastConfig>::Target>, Arc<<<dyn PieceBaseTrait as GetDynCastConfig<dyn PieceBaseTrait>>::Config as DynCastConfig>::Source>>

Cast an atomically reference counted trait object to another trait object.
Source§

impl InertPieceTrait for Item

Source§

fn svg( &self, f: &mut Html, id: VisiblePieceId, face: FaceId, xdata: &Option<Box<dyn PieceXData>>, ) -> Result<(), InternalError>

When used for occultated version of another object, face used is always default, regardless of nfaces. This is always the case for a piece whose PieceSpec::load returns Some for occultation, but which does not provide a nontrivial PieceSpec::load_inert.
Source§

fn describe_html(&self, _: FaceId) -> Result<Html, InternalError>

Source§

impl OutlineTrait for Item

Source§

impl PieceBaseTrait for Item

Source§

fn nfaces(&self) -> u8

By convention, occult face is nfaces-1
Source§

fn itemname(&self) -> &str

Source§

impl PieceTrait for Item

Source§

fn svg_piece( &self, f: &mut Html, gpc: &GPiece, _gs: &GameState, vpid: VisiblePieceId, ) -> Result<(), InternalError>

Source§

fn describe_html( &self, gpc: &GPiece, _goccults: &GOccults, ) -> Result<Html, InternalError>

Source§

fn sortkey(&self) -> Option<&str>

Source§

fn add_ui_operations( &self, _y: ShowUnocculted, _upd: &mut Vec<UoDescription>, _gs: &GameState, _gpc: &GPiece, ) -> Result<(), InternalError>

Source§

fn ui_operation( &self, _y: ShowUnocculted, _a: ApiPieceOpArgs<'_>, _opname: &str, _wrc: WhatResponseToClientOp, ) -> Result<OpOutcomeThunkGeneric<(PlayerId, PieceId), (PieceUpdate, Vec<Box<dyn for<'r> FnOnce(&'r mut PrepareUpdatesBuffer<'_>)>>), ApiPieceOpError>, ApiPieceOpError>

Source§

fn ui_permit_flip(&self, _gpc: &GPiece) -> Result<bool, ApiPieceOpError>

Can return false to mean “I will handle it in ui_operation”
Source§

fn held_change_hook( &self, _ig: &InstanceRef, _gplayers: &DenseSlotMap<PlayerId, GPlayer>, _ipieces: &IPieces, _goccults: &GOccults, _gpieces: &mut GPieces, _tpiece: PieceId, _was_held: Option<PlayerId>, ) -> Result<OpOutcomeThunkGeneric<(PlayerId,), Vec<Box<dyn for<'r> FnOnce(&'r mut PrepareUpdatesBuffer<'_>)>>, InternalError>, InternalError>

Piece is responsible for dealing with the possibility that they may be occulted!
Source§

fn save_reloaded_hook( &self, _piece: PieceId, _gs: &mut GameState, _ig: &InstanceRef, ) -> Result<(), InternalError>

Source§

fn loaded_hook_preview(&self, _gpc: &mut GPiece) -> Result<(), InternalError>

Source§

fn bbox_preview(&self) -> Result<RectC<i32>, InternalError>

Source§

fn delete_hook( &self, _p: &GPiece, _gs: &mut GameState, ) -> ExecuteGameChangeUpdates

Not called if the whole game is destroyed. You can use Drop of course but it’s not usually much use since you don’t have a reference to the game or anything.
Source§

fn occultation_notify_hook( &self, _piece: PieceId, ) -> Vec<Box<dyn for<'r> FnOnce(&'r mut PrepareUpdatesBuffer<'_>)>>

Source§

fn op_multigrab( &self, _a: ApiPieceOpArgs<'_>, _show: ShowUnocculted, _qty: u32, _new_z: ShouldSetZLevel, ) -> Result<OpOutcomeThunkGeneric<(PlayerId, PieceId), (PieceUpdate, Vec<Box<dyn for<'r> FnOnce(&'r mut PrepareUpdatesBuffer<'_>)>>), ApiPieceOpError>, ApiPieceOpError>

Source§

fn abs_bbox(&self, p: &GPiece) -> Result<RectC<i32>, InternalError>

Source§

impl Serialize for Item

Source§

fn serialize<__S>( &self, __serializer: __S, ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

§

impl Freeze for Item

§

impl !RefUnwindSafe for Item

§

impl Send for Item

§

impl Sync for Item

§

impl Unpin for Item

§

impl UnsafeUnpin for Item

§

impl !UnwindSafe for Item

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> DebugExt<T> for T
where T: Debug,

Source§

impl<T> Downcast for T
where T: Any,

Source§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
Source§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
Source§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &Any’s vtable from &Trait’s.
Source§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &mut Any’s vtable from &mut Trait’s.
Source§

impl<T> DowncastSync for T
where T: Any + Send + Sync,

Source§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Send + Sync>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<A> DynCastExt for A

Source§

fn dyn_cast<T>( self, ) -> Result<<A as DynCastExtHelper<T>>::Target, <A as DynCastExtHelper<T>>::Source>
where A: DynCastExtHelper<T>, T: ?Sized,

Use this to cast from one trait object type to another. Read more
Source§

fn dyn_upcast<T>(self) -> <A as DynCastExtAdvHelper<T, T>>::Target
where A: DynCastExtAdvHelper<T, T, Source = <A as DynCastExtAdvHelper<T, T>>::Target>, T: ?Sized,

Use this to upcast a trait to one of its supertraits. Read more
Source§

fn dyn_cast_adv<F, T>( self, ) -> Result<<A as DynCastExtAdvHelper<F, T>>::Target, <A as DynCastExtAdvHelper<F, T>>::Source>
where A: DynCastExtAdvHelper<F, T>, F: ?Sized, T: ?Sized,

Use this to cast from one trait object type to another. This method is more customizable than the dyn_cast method. Here you can also specify the “source” trait from which the cast is defined. This can for example allow using casts from a supertrait of the current trait object. Read more
Source§

fn dyn_cast_with_config<C>( self, ) -> Result<<A as DynCastExtAdvHelper<<C as DynCastConfig>::Source, <C as DynCastConfig>::Target>>::Target, <A as DynCastExtAdvHelper<<C as DynCastConfig>::Source, <C as DynCastConfig>::Target>>::Source>

Use this to cast from one trait object type to another. With this method the type parameter is a config type that uniquely specifies which cast should be preformed. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> Serialize for T
where T: Serialize + ?Sized,

Source§

fn erased_serialize(&self, serializer: &mut dyn Serializer) -> Result<Ok, Error>

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,