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