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