pub struct PRGenerationState {
pub generator: Option<Arc<PRGenerator>>,
}Expand description
State for PR generation handlers
Fields§
§generator: Option<Arc<PRGenerator>>PR generator
Trait Implementations§
Source§impl Clone for PRGenerationState
impl Clone for PRGenerationState
Source§fn clone(&self) -> PRGenerationState
fn clone(&self) -> PRGenerationState
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 moreAuto Trait Implementations§
impl Freeze for PRGenerationState
impl !RefUnwindSafe for PRGenerationState
impl Send for PRGenerationState
impl Sync for PRGenerationState
impl Unpin for PRGenerationState
impl UnsafeUnpin for PRGenerationState
impl !UnwindSafe for PRGenerationState
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