pub struct TariffsSender<'a>(/* private fields */);Available on crate feature
client only.Expand description
Pulls Tariffs from a CPO.
Spec: 2.3.0 §mod_tariffs_cpo_interface
Implementations§
Source§impl<'a> TariffsSender<'a>
impl<'a> TariffsSender<'a>
Sourcepub const fn new(client: ModuleClient<'a>) -> Self
pub const fn new(client: ModuleClient<'a>) -> Self
Wraps a module client.
Trait Implementations§
Source§impl<'a> Clone for TariffsSender<'a>
impl<'a> Clone for TariffsSender<'a>
Source§fn clone(&self) -> TariffsSender<'a>
fn clone(&self) -> TariffsSender<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> !RefUnwindSafe for TariffsSender<'a>
impl<'a> !UnwindSafe for TariffsSender<'a>
impl<'a> Freeze for TariffsSender<'a>
impl<'a> Send for TariffsSender<'a>
impl<'a> Sync for TariffsSender<'a>
impl<'a> Unpin for TariffsSender<'a>
impl<'a> UnsafeUnpin for TariffsSender<'a>
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