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