pub struct FindTransportResponse {
pub transport_configurations: Option<Vec<TransportConfiguration>>,
}Fields§
§transport_configurations: Option<Vec<TransportConfiguration>>Trait Implementations§
Source§impl Debug for FindTransportResponse
impl Debug for FindTransportResponse
Auto Trait Implementations§
impl Freeze for FindTransportResponse
impl RefUnwindSafe for FindTransportResponse
impl Send for FindTransportResponse
impl Sync for FindTransportResponse
impl Unpin for FindTransportResponse
impl UnwindSafe for FindTransportResponse
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