pub struct RegionData(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RegionData
impl Clone for RegionData
Source§fn clone(&self) -> RegionData
fn clone(&self) -> RegionData
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 RegionData
Auto Trait Implementations§
impl Freeze for RegionData
impl RefUnwindSafe for RegionData
impl Send for RegionData
impl Sync for RegionData
impl Unpin for RegionData
impl UnsafeUnpin for RegionData
impl UnwindSafe for RegionData
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