pub struct Args {
pub sub: UiSub,
pub delivery: UiDeliveryMode,
}Fields§
§sub: UiSub§delivery: UiDeliveryModeAlready resolved against AFUI_DELIVERY, because the flag having no
default of its own is what lets that variable be reached at all.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Args
impl RefUnwindSafe for Args
impl Send for Args
impl Sync for Args
impl Unpin for Args
impl UnsafeUnpin for Args
impl UnwindSafe for Args
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