pub struct GetBusinessConnectionParams {
pub business_connection_id: String,
}Fields§
§business_connection_id: StringTrait Implementations§
Source§impl Clone for GetBusinessConnectionParams
impl Clone for GetBusinessConnectionParams
Source§fn clone(&self) -> GetBusinessConnectionParams
fn clone(&self) -> GetBusinessConnectionParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetBusinessConnectionParams
impl Debug for GetBusinessConnectionParams
Auto Trait Implementations§
impl Freeze for GetBusinessConnectionParams
impl RefUnwindSafe for GetBusinessConnectionParams
impl Send for GetBusinessConnectionParams
impl Sync for GetBusinessConnectionParams
impl Unpin for GetBusinessConnectionParams
impl UnsafeUnpin for GetBusinessConnectionParams
impl UnwindSafe for GetBusinessConnectionParams
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