pub struct Getter {
pub balances: UnifiedMap,
/* private fields */
}
Fields
balances: UnifiedMap
Trait Implementations
impl Eq for Getter
impl StructuralEq for Getter
impl StructuralPartialEq for Getter
Auto Trait Implementations
impl RefUnwindSafe for Getter
impl Send for Getter
impl Sync for Getter
impl Unpin for Getter
impl UnwindSafe for Getter
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