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