pub enum AnyAddressDataIndexEnum {
Loaded(LoadedAddressIndex),
Empty(EmptyAddressIndex),
}Variants§
Loaded(LoadedAddressIndex)
Empty(EmptyAddressIndex)
Trait Implementations§
Source§impl Debug for AnyAddressDataIndexEnum
impl Debug for AnyAddressDataIndexEnum
Source§impl From<AnyAddressIndex> for AnyAddressDataIndexEnum
impl From<AnyAddressIndex> for AnyAddressDataIndexEnum
Source§fn from(value: AnyAddressIndex) -> Self
fn from(value: AnyAddressIndex) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AnyAddressDataIndexEnum
impl RefUnwindSafe for AnyAddressDataIndexEnum
impl Send for AnyAddressDataIndexEnum
impl Sync for AnyAddressDataIndexEnum
impl Unpin for AnyAddressDataIndexEnum
impl UnwindSafe for AnyAddressDataIndexEnum
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