pub struct VillagerType {
pub key: Identifier,
}Fields§
§key: IdentifierTrait Implementations§
Source§impl Debug for VillagerType
impl Debug for VillagerType
Auto Trait Implementations§
impl Freeze for VillagerType
impl RefUnwindSafe for VillagerType
impl Send for VillagerType
impl Sync for VillagerType
impl Unpin for VillagerType
impl UnsafeUnpin for VillagerType
impl UnwindSafe for VillagerType
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