pub struct PolicyRuleDst {
pub ids: Option<Vec<Vec<SrcOrDestAttributesInner>>>,
}Expand description
PolicyRuleDst : Defines the destination accounts the rule allows transfers to
Fields§
§ids: Option<Vec<Vec<SrcOrDestAttributesInner>>>A set of ids in a tuple format
Implementations§
Source§impl PolicyRuleDst
impl PolicyRuleDst
Sourcepub fn new() -> PolicyRuleDst
pub fn new() -> PolicyRuleDst
Defines the destination accounts the rule allows transfers to
Trait Implementations§
Source§impl Clone for PolicyRuleDst
impl Clone for PolicyRuleDst
Source§fn clone(&self) -> PolicyRuleDst
fn clone(&self) -> PolicyRuleDst
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 moreSource§impl Debug for PolicyRuleDst
impl Debug for PolicyRuleDst
Source§impl Default for PolicyRuleDst
impl Default for PolicyRuleDst
Source§fn default() -> PolicyRuleDst
fn default() -> PolicyRuleDst
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PolicyRuleDst
impl<'de> Deserialize<'de> for PolicyRuleDst
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PolicyRuleDst
impl PartialEq for PolicyRuleDst
Source§impl Serialize for PolicyRuleDst
impl Serialize for PolicyRuleDst
impl StructuralPartialEq for PolicyRuleDst
Auto Trait Implementations§
impl Freeze for PolicyRuleDst
impl RefUnwindSafe for PolicyRuleDst
impl Send for PolicyRuleDst
impl Sync for PolicyRuleDst
impl Unpin for PolicyRuleDst
impl UnwindSafe for PolicyRuleDst
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