Struct azalea_block::SpongeBlock
source · pub struct SpongeBlock {}Trait Implementations
sourceimpl Block for SpongeBlock
impl Block for SpongeBlock
sourceimpl Clone for SpongeBlock
impl Clone for SpongeBlock
sourcefn clone(&self) -> SpongeBlock
fn clone(&self) -> SpongeBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SpongeBlock
impl Debug for SpongeBlock
sourceimpl Default for SpongeBlock
impl Default for SpongeBlock
sourceimpl From<SpongeBlock> for BlockState
impl From<SpongeBlock> for BlockState
sourcefn from(b: SpongeBlock) -> Self
fn from(b: SpongeBlock) -> Self
Converts to this type from the input type.
impl Copy for SpongeBlock
Auto Trait Implementations
impl RefUnwindSafe for SpongeBlock
impl Send for SpongeBlock
impl Sync for SpongeBlock
impl Unpin for SpongeBlock
impl UnwindSafe for SpongeBlock
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