pub struct LogicalBackingSliceAuthority { /* private fields */ }Implementations§
Source§impl LogicalBackingSliceAuthority
impl LogicalBackingSliceAuthority
pub fn evidence(&self) -> &LogicalBackingSliceEvidence
pub fn domain_id(&self) -> CapacityDomainId
pub fn resource_id(&self) -> &ResourceId
pub const fn size_bytes(&self) -> u64
pub fn capacity_size_bytes(&self) -> u64
pub fn initialization_status( &self, ) -> Result<Option<BackingInitializationStatus>, VNextError>
Auto Trait Implementations§
impl !RefUnwindSafe for LogicalBackingSliceAuthority
impl !UnwindSafe for LogicalBackingSliceAuthority
impl Freeze for LogicalBackingSliceAuthority
impl Send for LogicalBackingSliceAuthority
impl Sync for LogicalBackingSliceAuthority
impl Unpin for LogicalBackingSliceAuthority
impl UnsafeUnpin for LogicalBackingSliceAuthority
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