pub struct PotDeposit {
pub pot_deposit_id: String,
}Fields§
§pot_deposit_id: StringTrait Implementations§
Source§impl Clone for PotDeposit
impl Clone for PotDeposit
Source§fn clone(&self) -> PotDeposit
fn clone(&self) -> PotDeposit
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 PotDeposit
impl Debug for PotDeposit
Source§impl<'de> Deserialize<'de> for PotDeposit
impl<'de> Deserialize<'de> for PotDeposit
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
Auto Trait Implementations§
impl Freeze for PotDeposit
impl RefUnwindSafe for PotDeposit
impl Send for PotDeposit
impl Sync for PotDeposit
impl Unpin for PotDeposit
impl UnwindSafe for PotDeposit
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