pub struct InletList {
pub list: Vec<InletStatus>,
}Expand description
Response body when returning a list of Inlets
Fields§
§list: Vec<InletStatus>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InletList
impl Send for InletList
impl Sync for InletList
impl Unpin for InletList
impl UnwindSafe for InletList
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