pub struct Bees {
pub occupants: Vec<BeehiveOccupant>,
}Fields§
§occupants: Vec<BeehiveOccupant>Trait Implementations§
Source§impl AzaleaRead for Bees
impl AzaleaRead for Bees
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for Bees
impl AzaleaWrite for Bees
Source§impl DataComponentTrait for Bees
impl DataComponentTrait for Bees
const KIND: DataComponentKind = DataComponentKind::Bees
Source§impl DefaultableComponent for Bees
impl DefaultableComponent for Bees
fn default_for_item(item: Item) -> Option<Self>
Source§impl From<Bees> for DataComponentUnion
impl From<Bees> for DataComponentUnion
impl StructuralPartialEq for Bees
Auto Trait Implementations§
impl Freeze for Bees
impl RefUnwindSafe for Bees
impl Send for Bees
impl Sync for Bees
impl Unpin for Bees
impl UnwindSafe for Bees
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