pub struct SetSoftStakingResponse {
pub success: Option<bool>,
}Fields§
§success: Option<bool>Implementations§
Source§impl SetSoftStakingResponse
impl SetSoftStakingResponse
pub fn new() -> SetSoftStakingResponse
Trait Implementations§
Source§impl Clone for SetSoftStakingResponse
impl Clone for SetSoftStakingResponse
Source§fn clone(&self) -> SetSoftStakingResponse
fn clone(&self) -> SetSoftStakingResponse
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 SetSoftStakingResponse
impl Debug for SetSoftStakingResponse
Source§impl Default for SetSoftStakingResponse
impl Default for SetSoftStakingResponse
Source§fn default() -> SetSoftStakingResponse
fn default() -> SetSoftStakingResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetSoftStakingResponse
impl<'de> Deserialize<'de> for SetSoftStakingResponse
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 SetSoftStakingResponse
impl PartialEq for SetSoftStakingResponse
Source§fn eq(&self, other: &SetSoftStakingResponse) -> bool
fn eq(&self, other: &SetSoftStakingResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SetSoftStakingResponse
impl Serialize for SetSoftStakingResponse
impl StructuralPartialEq for SetSoftStakingResponse
Auto Trait Implementations§
impl Freeze for SetSoftStakingResponse
impl RefUnwindSafe for SetSoftStakingResponse
impl Send for SetSoftStakingResponse
impl Sync for SetSoftStakingResponse
impl Unpin for SetSoftStakingResponse
impl UnsafeUnpin for SetSoftStakingResponse
impl UnwindSafe for SetSoftStakingResponse
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