pub struct AmpWorkspaceBalance {
pub name: String,
pub remaining: f64,
}Fields§
§name: String§remaining: f64Trait Implementations§
Source§impl Clone for AmpWorkspaceBalance
impl Clone for AmpWorkspaceBalance
Source§fn clone(&self) -> AmpWorkspaceBalance
fn clone(&self) -> AmpWorkspaceBalance
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 AmpWorkspaceBalance
impl Debug for AmpWorkspaceBalance
Source§impl<'de> Deserialize<'de> for AmpWorkspaceBalance
impl<'de> Deserialize<'de> for AmpWorkspaceBalance
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AmpWorkspaceBalance
impl PartialEq for AmpWorkspaceBalance
Source§impl Serialize for AmpWorkspaceBalance
impl Serialize for AmpWorkspaceBalance
impl StructuralPartialEq for AmpWorkspaceBalance
Auto Trait Implementations§
impl Freeze for AmpWorkspaceBalance
impl RefUnwindSafe for AmpWorkspaceBalance
impl Send for AmpWorkspaceBalance
impl Sync for AmpWorkspaceBalance
impl Unpin for AmpWorkspaceBalance
impl UnsafeUnpin for AmpWorkspaceBalance
impl UnwindSafe for AmpWorkspaceBalance
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