pub struct RateCardSource {
pub name: &'static str,
pub checked_at: &'static str,
pub credit_to_usd: &'static str,
}Fields§
§name: &'static str§checked_at: &'static str§credit_to_usd: &'static strTrait Implementations§
Source§impl Clone for RateCardSource
impl Clone for RateCardSource
Source§fn clone(&self) -> RateCardSource
fn clone(&self) -> RateCardSource
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 moreSource§impl Debug for RateCardSource
impl Debug for RateCardSource
Source§impl PartialEq for RateCardSource
impl PartialEq for RateCardSource
Source§fn eq(&self, other: &RateCardSource) -> bool
fn eq(&self, other: &RateCardSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RateCardSource
impl StructuralPartialEq for RateCardSource
Auto Trait Implementations§
impl Freeze for RateCardSource
impl RefUnwindSafe for RateCardSource
impl Send for RateCardSource
impl Sync for RateCardSource
impl Unpin for RateCardSource
impl UnsafeUnpin for RateCardSource
impl UnwindSafe for RateCardSource
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