pub struct AddrValue {
pub address: Felt,
pub value: Felt,
}Fields§
§address: Felt§value: FeltTrait Implementations§
Auto Trait Implementations§
impl Freeze for AddrValue
impl RefUnwindSafe for AddrValue
impl Send for AddrValue
impl Sync for AddrValue
impl Unpin for AddrValue
impl UnwindSafe for AddrValue
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