pub struct ResourcePoolEventIdentity { /* private fields */ }Implementations§
Source§impl ResourcePoolEventIdentity
impl ResourcePoolEventIdentity
pub const fn sequence(&self) -> u64
pub const fn pool_id(&self) -> ResourcePoolId
pub fn pool_identity_fingerprint(&self) -> &str
pub fn transaction_id(&self) -> &TransactionId
pub fn provisioning_run_id(&self) -> &RunId
pub fn provisioning_request_id(&self) -> &RequestIdentity
pub fn resource_id(&self) -> Option<&ResourceId>
pub const fn resource_generation(&self) -> Option<u64>
pub fn resource_batch_fingerprint(&self) -> Option<&str>
Trait Implementations§
Source§impl Clone for ResourcePoolEventIdentity
impl Clone for ResourcePoolEventIdentity
Source§fn clone(&self) -> ResourcePoolEventIdentity
fn clone(&self) -> ResourcePoolEventIdentity
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 moreSource§impl Debug for ResourcePoolEventIdentity
impl Debug for ResourcePoolEventIdentity
impl Eq for ResourcePoolEventIdentity
impl StructuralPartialEq for ResourcePoolEventIdentity
Auto Trait Implementations§
impl Freeze for ResourcePoolEventIdentity
impl RefUnwindSafe for ResourcePoolEventIdentity
impl Send for ResourcePoolEventIdentity
impl Sync for ResourcePoolEventIdentity
impl Unpin for ResourcePoolEventIdentity
impl UnsafeUnpin for ResourcePoolEventIdentity
impl UnwindSafe for ResourcePoolEventIdentity
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