pub struct DepsMut<'a> {
pub storage: &'a mut dyn Storage,
pub api: &'a dyn Api,
pub querier: QuerierWrapper<'a>,
}
Fields§
§storage: &'a mut dyn Storage
§api: &'a dyn Api
§querier: QuerierWrapper<'a>
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DepsMut<'a>
impl<'a> !RefUnwindSafe for DepsMut<'a>
impl<'a> !Send for DepsMut<'a>
impl<'a> !Sync for DepsMut<'a>
impl<'a> Unpin for DepsMut<'a>
impl<'a> !UnwindSafe for DepsMut<'a>
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