pub struct AccountRestrictionMosaicValueBuilder { /* private fields */ }Expand description
Binary layout for mosaic id based account restriction.
Implementations§
Source§impl AccountRestrictionMosaicValueBuilder
impl AccountRestrictionMosaicValueBuilder
Sourcepub fn from_binary(_bytes: &[u8]) -> Self
pub fn from_binary(_bytes: &[u8]) -> Self
Creates an instance of AccountRestrictionMosaicValueBuilder from binary payload. payload: Byte payload to use to serialize the object.
§Returns
A AccountRestrictionMosaicValueBuilder.
Sourcepub fn get_restriction_values(&self) -> Vec<MosaicIdDto>
pub fn get_restriction_values(&self) -> Vec<MosaicIdDto>
Trait Implementations§
Source§impl Clone for AccountRestrictionMosaicValueBuilder
impl Clone for AccountRestrictionMosaicValueBuilder
Source§fn clone(&self) -> AccountRestrictionMosaicValueBuilder
fn clone(&self) -> AccountRestrictionMosaicValueBuilder
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 AccountRestrictionMosaicValueBuilder
impl RefUnwindSafe for AccountRestrictionMosaicValueBuilder
impl Send for AccountRestrictionMosaicValueBuilder
impl Sync for AccountRestrictionMosaicValueBuilder
impl Unpin for AccountRestrictionMosaicValueBuilder
impl UnwindSafe for AccountRestrictionMosaicValueBuilder
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