pub enum ao_functions {}Auto Trait Implementations§
impl Freeze for ao_functions
impl RefUnwindSafe for ao_functions
impl Send for ao_functions
impl Sync for ao_functions
impl Unpin for ao_functions
impl UnwindSafe for ao_functions
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