pub enum CaptureSite {
Origin,
FirstObserved,
}Variants§
Trait Implementations§
Source§impl Clone for CaptureSite
impl Clone for CaptureSite
Source§fn clone(&self) -> CaptureSite
fn clone(&self) -> CaptureSite
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 moreimpl Copy for CaptureSite
Source§impl Debug for CaptureSite
impl Debug for CaptureSite
Auto Trait Implementations§
impl Freeze for CaptureSite
impl RefUnwindSafe for CaptureSite
impl Send for CaptureSite
impl Sync for CaptureSite
impl Unpin for CaptureSite
impl UnsafeUnpin for CaptureSite
impl UnwindSafe for CaptureSite
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