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