pub struct PlatformAccountMarketRequest {
pub fill_limit: Option<u16>,
}Fields§
§fill_limit: Option<u16>Trait Implementations§
Source§impl Clone for PlatformAccountMarketRequest
impl Clone for PlatformAccountMarketRequest
Source§fn clone(&self) -> PlatformAccountMarketRequest
fn clone(&self) -> PlatformAccountMarketRequest
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 PlatformAccountMarketRequest
impl Debug for PlatformAccountMarketRequest
Source§impl Default for PlatformAccountMarketRequest
impl Default for PlatformAccountMarketRequest
Source§fn default() -> PlatformAccountMarketRequest
fn default() -> PlatformAccountMarketRequest
Returns the “default value” for a type. Read more
impl Eq for PlatformAccountMarketRequest
impl StructuralPartialEq for PlatformAccountMarketRequest
Auto Trait Implementations§
impl Freeze for PlatformAccountMarketRequest
impl RefUnwindSafe for PlatformAccountMarketRequest
impl Send for PlatformAccountMarketRequest
impl Sync for PlatformAccountMarketRequest
impl Unpin for PlatformAccountMarketRequest
impl UnsafeUnpin for PlatformAccountMarketRequest
impl UnwindSafe for PlatformAccountMarketRequest
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