pub struct BundleEntry<'a> {
pub id: u64,
/* private fields */
}Expand description
Bundle information from RMAN
Fields§
§id: u64Bundle ID
Implementations§
Source§impl<'a> BundleEntry<'a>
impl<'a> BundleEntry<'a>
Sourcepub fn iter_chunks(&self) -> impl Iterator<Item = ChunkEntry> + 'a
pub fn iter_chunks(&self) -> impl Iterator<Item = ChunkEntry> + 'a
Iterate of bundle chunks
Sourcepub fn chunks_count(&self) -> u32
pub fn chunks_count(&self) -> u32
Return the number of chunks in the bundle
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BundleEntry<'a>
impl<'a> RefUnwindSafe for BundleEntry<'a>
impl<'a> Send for BundleEntry<'a>
impl<'a> Sync for BundleEntry<'a>
impl<'a> Unpin for BundleEntry<'a>
impl<'a> UnwindSafe for BundleEntry<'a>
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