pub struct TradeRoyaltyRelationBindBiz(/* private fields */);
Implementations§
Source§impl TradeRoyaltyRelationBindBiz
impl TradeRoyaltyRelationBindBiz
pub fn new() -> Self
pub fn set_out_request_no(&mut self, out_request_no: String)
pub fn set_trade_no(&mut self, trade_no: String)
pub fn set_biz_type(&mut self, biz_type: String)
pub fn set_royalty_parameters(&mut self, receiver_list: Vec<AccountInfo>)
Trait Implementations§
Source§impl Default for TradeRoyaltyRelationBindBiz
impl Default for TradeRoyaltyRelationBindBiz
Source§fn default() -> TradeRoyaltyRelationBindBiz
fn default() -> TradeRoyaltyRelationBindBiz
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TradeRoyaltyRelationBindBiz
impl<'de> Deserialize<'de> for TradeRoyaltyRelationBindBiz
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
Auto Trait Implementations§
impl Freeze for TradeRoyaltyRelationBindBiz
impl RefUnwindSafe for TradeRoyaltyRelationBindBiz
impl Send for TradeRoyaltyRelationBindBiz
impl Sync for TradeRoyaltyRelationBindBiz
impl Unpin for TradeRoyaltyRelationBindBiz
impl UnwindSafe for TradeRoyaltyRelationBindBiz
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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