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