Expand description
Holds the output of create_ak.
Fields
public: Public
private: Private
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AKResult
impl Send for AKResult
impl Sync for AKResult
impl Unpin for AKResult
impl UnwindSafe for AKResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more