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