pub struct LogicalCapacityLease { /* private fields */ }Implementations§
Source§impl LogicalCapacityLease
impl LogicalCapacityLease
pub fn coordinator_id(&self) -> LogicalAdmissionCoordinatorId
pub fn sequence(&self) -> SequenceAuthorityId
pub fn request(&self) -> RequestAuthorityId
pub fn claims(&self) -> &CapacityVector
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LogicalCapacityLease
impl !UnwindSafe for LogicalCapacityLease
impl Freeze for LogicalCapacityLease
impl Send for LogicalCapacityLease
impl Sync for LogicalCapacityLease
impl Unpin for LogicalCapacityLease
impl UnsafeUnpin for LogicalCapacityLease
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