pub struct OreTreasuryEntityViews { /* private fields */ }Implementations§
Source§impl OreTreasuryEntityViews
impl OreTreasuryEntityViews
pub fn state(&self) -> StateView<OreTreasury>
pub fn list(&self) -> ViewHandle<OreTreasury>
Auto Trait Implementations§
impl Freeze for OreTreasuryEntityViews
impl !RefUnwindSafe for OreTreasuryEntityViews
impl Send for OreTreasuryEntityViews
impl Sync for OreTreasuryEntityViews
impl Unpin for OreTreasuryEntityViews
impl UnsafeUnpin for OreTreasuryEntityViews
impl !UnwindSafe for OreTreasuryEntityViews
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