Struct entmet_lib::entities::entity::AbstractSkeleton
source · pub struct AbstractSkeleton { /* private fields */ }Expand description
An interface if a skeleton
Trait Implementations§
source§impl Default for AbstractSkeleton
impl Default for AbstractSkeleton
source§fn default() -> AbstractSkeleton
fn default() -> AbstractSkeleton
Returns the “default value” for a type. Read more
source§impl Deref for AbstractSkeleton
impl Deref for AbstractSkeleton
Auto Trait Implementations§
impl Freeze for AbstractSkeleton
impl RefUnwindSafe for AbstractSkeleton
impl Send for AbstractSkeleton
impl Sync for AbstractSkeleton
impl Unpin for AbstractSkeleton
impl UnwindSafe for AbstractSkeleton
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