pub struct BlockStatePropertyMatcher {
pub name: String,
pub value_matcher: BlockStateValueMatcher,
}Fields§
§name: String§value_matcher: BlockStateValueMatcherTrait Implementations§
Source§impl AzaleaRead for BlockStatePropertyMatcher
impl AzaleaRead for BlockStatePropertyMatcher
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl Clone for BlockStatePropertyMatcher
impl Clone for BlockStatePropertyMatcher
Source§fn clone(&self) -> BlockStatePropertyMatcher
fn clone(&self) -> BlockStatePropertyMatcher
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 BlockStatePropertyMatcher
impl Debug for BlockStatePropertyMatcher
impl StructuralPartialEq for BlockStatePropertyMatcher
Auto Trait Implementations§
impl Freeze for BlockStatePropertyMatcher
impl RefUnwindSafe for BlockStatePropertyMatcher
impl Send for BlockStatePropertyMatcher
impl Sync for BlockStatePropertyMatcher
impl Unpin for BlockStatePropertyMatcher
impl UnwindSafe for BlockStatePropertyMatcher
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