pub struct AdoPool {
pub name: String,
pub demands: Vec<String>,
}
Fields§
§name: String
§demands: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdoPool
impl RefUnwindSafe for AdoPool
impl Send for AdoPool
impl Sync for AdoPool
impl Unpin for AdoPool
impl UnwindSafe for AdoPool
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