pub struct TransportList {
pub list: Vec<TransportStatus>,
}Expand description
Response body when interacting with a transport
Fields§
§list: Vec<TransportStatus>Implementations§
source§impl TransportList
impl TransportList
pub fn new(list: Vec<TransportStatus>) -> Self
Trait Implementations§
source§impl Clone for TransportList
impl Clone for TransportList
source§fn clone(&self) -> TransportList
fn clone(&self) -> TransportList
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 moresource§impl Debug for TransportList
impl Debug for TransportList
source§impl<'bytes, Ctx> Decode<'bytes, Ctx> for TransportList
impl<'bytes, Ctx> Decode<'bytes, Ctx> for TransportList
source§impl<Ctx> Encode<Ctx> for TransportList
impl<Ctx> Encode<Ctx> for TransportList
Auto Trait Implementations§
impl RefUnwindSafe for TransportList
impl Send for TransportList
impl Sync for TransportList
impl Unpin for TransportList
impl UnwindSafe for TransportList
Blanket Implementations§
source§impl<D> AsyncTryClone for Dwhere
D: Clone + Sync,
impl<D> AsyncTryClone for Dwhere D: Clone + Sync,
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