pub struct GreenWallBanner {
pub facing: FacingCardinal,
}
Fields§
§facing: FacingCardinal
Trait Implementations§
Source§impl BlockTrait for GreenWallBanner
impl BlockTrait for GreenWallBanner
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block to a block state. Read more
Source§fn as_registry_block(&self) -> Block
fn as_registry_block(&self) -> Block
Convert the block to an
azalea_registry::Block
. Read moreSource§impl Clone for GreenWallBanner
impl Clone for GreenWallBanner
Source§fn clone(&self) -> GreenWallBanner
fn clone(&self) -> GreenWallBanner
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GreenWallBanner
impl Debug for GreenWallBanner
Source§impl Default for GreenWallBanner
impl Default for GreenWallBanner
Source§impl From<GreenWallBanner> for BlockState
impl From<GreenWallBanner> for BlockState
Source§fn from(b: GreenWallBanner) -> Self
fn from(b: GreenWallBanner) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GreenWallBanner
impl PartialEq for GreenWallBanner
impl Copy for GreenWallBanner
impl StructuralPartialEq for GreenWallBanner
Auto Trait Implementations§
impl Freeze for GreenWallBanner
impl RefUnwindSafe for GreenWallBanner
impl Send for GreenWallBanner
impl Sync for GreenWallBanner
impl Unpin for GreenWallBanner
impl UnwindSafe for GreenWallBanner
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