pub struct CheckThirdPartyRoutingParams {
pub connection_id: String,
pub asset_type: String,
}
Expand description
struct for passing parameters to the method [check_third_party_routing
]
Fields§
§connection_id: String
The ID of the network connection
asset_type: String
The destination asset type
Implementations§
Source§impl CheckThirdPartyRoutingParams
impl CheckThirdPartyRoutingParams
Sourcepub fn builder() -> CheckThirdPartyRoutingParamsBuilder
pub fn builder() -> CheckThirdPartyRoutingParamsBuilder
Create an instance of CheckThirdPartyRoutingParams
using the builder syntax
Trait Implementations§
Source§impl Clone for CheckThirdPartyRoutingParams
impl Clone for CheckThirdPartyRoutingParams
Source§fn clone(&self) -> CheckThirdPartyRoutingParams
fn clone(&self) -> CheckThirdPartyRoutingParams
Returns a copy 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 CheckThirdPartyRoutingParams
impl RefUnwindSafe for CheckThirdPartyRoutingParams
impl Send for CheckThirdPartyRoutingParams
impl Sync for CheckThirdPartyRoutingParams
impl Unpin for CheckThirdPartyRoutingParams
impl UnwindSafe for CheckThirdPartyRoutingParams
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