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