Struct stellar_client::resources::operation::ManageData [−][src]
pub struct ManageData { /* fields omitted */ }Set, modify or delete a Data Entry (name/value pair) for an account.
Methods
impl ManageData[src]
impl ManageDatapub fn new(name: String, value: String) -> ManageData[src]
pub fn new(name: String, value: String) -> ManageDataCreates a new ManageData
pub fn name(&self) -> &str[src]
pub fn name(&self) -> &strThe key of the data value to update
pub fn value(&self) -> &str[src]
pub fn value(&self) -> &strThe new data value associated with the named key
Trait Implementations
impl Debug for ManageData[src]
impl Debug for ManageDatafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ManageData[src]
impl Clone for ManageDatafn clone(&self) -> ManageData[src]
fn clone(&self) -> ManageDataReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for ManageData
impl Send for ManageDataimpl Sync for ManageData
impl Sync for ManageData