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