Struct azalea_block::FernBlock
source · pub struct FernBlock {}Trait Implementations
sourceimpl From<FernBlock> for BlockState
impl From<FernBlock> for BlockState
impl Copy for FernBlock
Auto Trait Implementations
impl RefUnwindSafe for FernBlock
impl Send for FernBlock
impl Sync for FernBlock
impl Unpin for FernBlock
impl UnwindSafe for FernBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more