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