pub struct Message_ProgressRange { /* private fields */ }Trait Implementations§
Source§impl ExternType for Message_ProgressRange
impl ExternType for Message_ProgressRange
impl UniquePtrTarget for Message_ProgressRange
Auto Trait Implementations§
impl !Freeze for Message_ProgressRange
impl RefUnwindSafe for Message_ProgressRange
impl !Send for Message_ProgressRange
impl !Sync for Message_ProgressRange
impl !Unpin for Message_ProgressRange
impl UnwindSafe for Message_ProgressRange
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