Struct ic_stable_structures::reader::OutOfBounds
source · pub struct OutOfBounds {
pub max_address: u64,
pub attempted_read_address: u64,
}Fields§
§max_address: u64§attempted_read_address: u64Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for OutOfBounds
impl Send for OutOfBounds
impl Sync for OutOfBounds
impl Unpin for OutOfBounds
impl UnwindSafe for OutOfBounds
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