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