pub struct AddressKeyValueBuilder { /* private fields */ }
Expand description
Layout for mosaic address restriction key-value pair.
Implementations§
Source§impl AddressKeyValueBuilder
impl AddressKeyValueBuilder
Sourcepub fn from_binary(_bytes: &[u8]) -> Self
pub fn from_binary(_bytes: &[u8]) -> Self
Creates an instance of AddressKeyValueBuilder from binary payload. payload: Byte payload to use to serialize the object.
§Returns
A AddressKeyValueBuilder.
Sourcepub fn get_key(&self) -> MosaicRestrictionKeyDto
pub fn get_key(&self) -> MosaicRestrictionKeyDto
Trait Implementations§
Source§impl Clone for AddressKeyValueBuilder
impl Clone for AddressKeyValueBuilder
Source§fn clone(&self) -> AddressKeyValueBuilder
fn clone(&self) -> AddressKeyValueBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for AddressKeyValueBuilder
impl RefUnwindSafe for AddressKeyValueBuilder
impl Send for AddressKeyValueBuilder
impl Sync for AddressKeyValueBuilder
impl Unpin for AddressKeyValueBuilder
impl UnwindSafe for AddressKeyValueBuilder
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