pub struct PackageOperationEvent<'a> { /* private fields */ }
Implementations§
Source§impl PackageOperationEvent<'_>
impl PackageOperationEvent<'_>
pub fn operation(&self) -> PackageOperation<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PackageOperationEvent<'a>
impl<'a> RefUnwindSafe for PackageOperationEvent<'a>
impl<'a> !Send for PackageOperationEvent<'a>
impl<'a> !Sync for PackageOperationEvent<'a>
impl<'a> Unpin for PackageOperationEvent<'a>
impl<'a> UnwindSafe for PackageOperationEvent<'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