pub struct InlineResponse20021 { /* private fields */ }
Implementations§
Source§impl InlineResponse20021
impl InlineResponse20021
pub fn new() -> InlineResponse20021
pub fn set_accounts(&mut self, accounts: Vec<String>)
pub fn with_accounts(self, accounts: Vec<String>) -> InlineResponse20021
pub fn accounts(&self) -> Option<&Vec<String>>
pub fn reset_accounts(&mut self)
pub fn set_aliases(&mut self, aliases: Value)
pub fn with_aliases(self, aliases: Value) -> InlineResponse20021
pub fn aliases(&self) -> Option<&Value>
pub fn reset_aliases(&mut self)
pub fn set_selected_account(&mut self, selected_account: String)
pub fn with_selected_account( self, selected_account: String, ) -> InlineResponse20021
pub fn selected_account(&self) -> Option<&String>
pub fn reset_selected_account(&mut self)
Trait Implementations§
Source§impl Debug for InlineResponse20021
impl Debug for InlineResponse20021
Source§impl<'de> Deserialize<'de> for InlineResponse20021
impl<'de> Deserialize<'de> for InlineResponse20021
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 InlineResponse20021
impl RefUnwindSafe for InlineResponse20021
impl Send for InlineResponse20021
impl Sync for InlineResponse20021
impl Unpin for InlineResponse20021
impl UnwindSafe for InlineResponse20021
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