pub struct Apex;
Implementations§
Auto Trait Implementations§
impl Freeze for Apex
impl RefUnwindSafe for Apex
impl Send for Apex
impl Sync for Apex
impl Unpin for Apex
impl UnwindSafe for Apex
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