Struct azalea_block::WetSpongeBlock
source · pub struct WetSpongeBlock {}Trait Implementations
sourceimpl Block for WetSpongeBlock
impl Block for WetSpongeBlock
sourceimpl Clone for WetSpongeBlock
impl Clone for WetSpongeBlock
sourcefn clone(&self) -> WetSpongeBlock
fn clone(&self) -> WetSpongeBlock
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 WetSpongeBlock
impl Debug for WetSpongeBlock
sourceimpl Default for WetSpongeBlock
impl Default for WetSpongeBlock
sourceimpl From<WetSpongeBlock> for BlockState
impl From<WetSpongeBlock> for BlockState
sourcefn from(b: WetSpongeBlock) -> Self
fn from(b: WetSpongeBlock) -> Self
Converts to this type from the input type.
impl Copy for WetSpongeBlock
Auto Trait Implementations
impl RefUnwindSafe for WetSpongeBlock
impl Send for WetSpongeBlock
impl Sync for WetSpongeBlock
impl Unpin for WetSpongeBlock
impl UnwindSafe for WetSpongeBlock
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