pub enum AddressAbs {
RowAbsColAbs,
RowAbsColRel,
RowRelColAbs,
RowRelColRel,
}Expand description
Parameter for ADDRESS().
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddressAbs
impl RefUnwindSafe for AddressAbs
impl Send for AddressAbs
impl Sync for AddressAbs
impl Unpin for AddressAbs
impl UnsafeUnpin for AddressAbs
impl UnwindSafe for AddressAbs
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