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