pub struct ActivationResult {
pub book: BookId,
pub entry_id: String,
pub reason: ActivationReason,
pub priority: i32,
}Expand description
The result of an activation scan for a single entry.
Fields§
§book: BookId§entry_id: String§reason: ActivationReason§priority: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActivationResult
impl RefUnwindSafe for ActivationResult
impl Send for ActivationResult
impl Sync for ActivationResult
impl Unpin for ActivationResult
impl UnsafeUnpin for ActivationResult
impl UnwindSafe for ActivationResult
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