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]

Creates a new ManageData

The key of the data value to update

The new data value associated with the named key

Trait Implementations

impl Debug for ManageData
[src]

Formats the value using the given formatter. Read more

impl Clone for ManageData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ManageData

impl Sync for ManageData