pub struct AccountRestrictionsInfoBuilder { /* private fields */ }
Expand description
Binary layout for account restrictions.
Implementations§
Source§impl AccountRestrictionsInfoBuilder
impl AccountRestrictionsInfoBuilder
Sourcepub fn from_binary(_bytes: &[u8]) -> Self
pub fn from_binary(_bytes: &[u8]) -> Self
Creates an instance of AccountRestrictionsInfoBuilder from binary payload. payload: Byte payload to use to serialize the object.
§Returns
A AccountRestrictionsInfoBuilder.
Sourcepub fn get_restriction_flags(&self) -> Vec<AccountRestrictionFlagsDto>
pub fn get_restriction_flags(&self) -> Vec<AccountRestrictionFlagsDto>
Sourcepub fn get_address_restrictions(
&self,
) -> Option<AccountRestrictionAddressValueBuilder>
pub fn get_address_restrictions( &self, ) -> Option<AccountRestrictionAddressValueBuilder>
Sourcepub fn get_mosaic_id_restrictions(
&self,
) -> Option<AccountRestrictionMosaicValueBuilder>
pub fn get_mosaic_id_restrictions( &self, ) -> Option<AccountRestrictionMosaicValueBuilder>
Sourcepub fn get_transaction_type_restrictions(
&self,
) -> Option<AccountRestrictionTransactionTypeValueBuilder>
pub fn get_transaction_type_restrictions( &self, ) -> Option<AccountRestrictionTransactionTypeValueBuilder>
Trait Implementations§
Source§impl Clone for AccountRestrictionsInfoBuilder
impl Clone for AccountRestrictionsInfoBuilder
Source§fn clone(&self) -> AccountRestrictionsInfoBuilder
fn clone(&self) -> AccountRestrictionsInfoBuilder
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 AccountRestrictionsInfoBuilder
impl RefUnwindSafe for AccountRestrictionsInfoBuilder
impl Send for AccountRestrictionsInfoBuilder
impl Sync for AccountRestrictionsInfoBuilder
impl Unpin for AccountRestrictionsInfoBuilder
impl UnwindSafe for AccountRestrictionsInfoBuilder
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