pub struct PickerLogAlert(/* private fields */);Auto Trait Implementations§
impl Freeze for PickerLogAlert
impl RefUnwindSafe for PickerLogAlert
impl !Send for PickerLogAlert
impl !Sync for PickerLogAlert
impl Unpin for PickerLogAlert
impl UnwindSafe for PickerLogAlert
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