pub struct SupportBundleCreateWhen(/* private fields */);Implementations§
Source§impl SupportBundleCreateWhen
impl SupportBundleCreateWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn body(self, value: &SupportBundleCreate) -> Self
Auto Trait Implementations§
impl Freeze for SupportBundleCreateWhen
impl !RefUnwindSafe for SupportBundleCreateWhen
impl !Send for SupportBundleCreateWhen
impl !Sync for SupportBundleCreateWhen
impl Unpin for SupportBundleCreateWhen
impl UnsafeUnpin for SupportBundleCreateWhen
impl !UnwindSafe for SupportBundleCreateWhen
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