pub struct RegionTable {
pub bat: RegionEntry,
pub metadata: RegionEntry,
}Fields§
§bat: RegionEntry§metadata: RegionEntryTrait Implementations§
Source§impl Clone for RegionTable
impl Clone for RegionTable
Source§fn clone(&self) -> RegionTable
fn clone(&self) -> RegionTable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RegionTable
impl RefUnwindSafe for RegionTable
impl Send for RegionTable
impl Sync for RegionTable
impl Unpin for RegionTable
impl UnsafeUnpin for RegionTable
impl UnwindSafe for RegionTable
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