pub struct OreTarget {
pub target: RuleTest,
pub state: BlockStateData,
}Fields§
§target: RuleTest§state: BlockStateDataTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for OreTarget
impl !UnwindSafe for OreTarget
impl Freeze for OreTarget
impl Send for OreTarget
impl Sync for OreTarget
impl Unpin for OreTarget
impl UnsafeUnpin for OreTarget
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