pub struct ArenaJoinResponse {
pub message: String,
pub portfolio: ArenaPortfolio,
}Fields§
§message: String§portfolio: ArenaPortfolioTrait Implementations§
Source§impl Clone for ArenaJoinResponse
impl Clone for ArenaJoinResponse
Source§fn clone(&self) -> ArenaJoinResponse
fn clone(&self) -> ArenaJoinResponse
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 ArenaJoinResponse
impl Debug for ArenaJoinResponse
Source§impl Default for ArenaJoinResponse
impl Default for ArenaJoinResponse
Source§fn default() -> ArenaJoinResponse
fn default() -> ArenaJoinResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ArenaJoinResponse
impl<'de> Deserialize<'de> for ArenaJoinResponse
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 ArenaJoinResponse
impl RefUnwindSafe for ArenaJoinResponse
impl Send for ArenaJoinResponse
impl Sync for ArenaJoinResponse
impl Unpin for ArenaJoinResponse
impl UnsafeUnpin for ArenaJoinResponse
impl UnwindSafe for ArenaJoinResponse
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