Struct alpm::RawQuestionCb
source · pub struct RawQuestionCb { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawQuestionCb
impl !RefUnwindSafe for RawQuestionCb
impl !Send for RawQuestionCb
impl !Sync for RawQuestionCb
impl Unpin for RawQuestionCb
impl !UnwindSafe for RawQuestionCb
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