pub struct AreaOpts { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AreaOpts
impl RefUnwindSafe for AreaOpts
impl Send for AreaOpts
impl Sync for AreaOpts
impl Unpin for AreaOpts
impl UnsafeUnpin for AreaOpts
impl UnwindSafe for AreaOpts
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