pub struct RabbitEntity { /* private fields */ }
Trait Implementations§
Source§impl Debug for RabbitEntity
impl Debug for RabbitEntity
Source§impl Default for RabbitEntity
impl Default for RabbitEntity
Source§fn default() -> RabbitEntity
fn default() -> RabbitEntity
Returns the “default value” for a type. Read more
Source§impl EntityComponent for RabbitEntity
impl EntityComponent for RabbitEntity
const CODEC: &'static dyn EntityCodec
Auto Trait Implementations§
impl Freeze for RabbitEntity
impl RefUnwindSafe for RabbitEntity
impl Send for RabbitEntity
impl Sync for RabbitEntity
impl Unpin for RabbitEntity
impl UnwindSafe for RabbitEntity
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