pub struct ClearTariffs;Expand description
Marker type for the ClearTariffs action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClearTariffs
impl RefUnwindSafe for ClearTariffs
impl Send for ClearTariffs
impl Sync for ClearTariffs
impl Unpin for ClearTariffs
impl UnsafeUnpin for ClearTariffs
impl UnwindSafe for ClearTariffs
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