pub enum DroppableRegion {
Alive(Region),
Dropped,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DroppableRegion
impl Clone for DroppableRegion
Source§fn clone(&self) -> DroppableRegion
fn clone(&self) -> DroppableRegion
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 DroppableRegion
impl RefUnwindSafe for DroppableRegion
impl Send for DroppableRegion
impl Sync for DroppableRegion
impl Unpin for DroppableRegion
impl UnsafeUnpin for DroppableRegion
impl UnwindSafe for DroppableRegion
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