pub struct LowBalance {
pub registrar_name: String,
pub credit_limit: String,
pub credit_threshold: Threshold,
pub available_credit: String,
}Fields§
§registrar_name: String§credit_limit: String§credit_threshold: Threshold§available_credit: StringTrait Implementations§
Source§impl Clone for LowBalance
impl Clone for LowBalance
Source§fn clone(&self) -> LowBalance
fn clone(&self) -> LowBalance
Returns a duplicate of the value. Read more
1.0.0 · 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 LowBalance
impl Debug for LowBalance
Source§impl<'xml> FromXml<'xml> for LowBalance
impl<'xml> FromXml<'xml> for LowBalance
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<LowBalance>
fn matches(id: Id<'_>, field: Option<Id<'_>>) -> bool
fn deserialize<'cx>( into: &mut Self::Accumulator, field: &'static str, deserializer: &mut Deserializer<'cx, 'xml>, ) -> Result<(), Error>
Source§impl PartialEq for LowBalance
impl PartialEq for LowBalance
impl StructuralPartialEq for LowBalance
Auto Trait Implementations§
impl Freeze for LowBalance
impl RefUnwindSafe for LowBalance
impl Send for LowBalance
impl Sync for LowBalance
impl Unpin for LowBalance
impl UnwindSafe for LowBalance
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