pub struct Listen {
pub name: String,
pub bind: Bind,
pub config: HashMap<String, Option<String>>,
pub options: HashMap<String, Option<String>>,
pub acls: HashSet<Acl>,
pub servers: Vec<Server>,
}Fields§
§name: String§bind: Bind§config: HashMap<String, Option<String>>§options: HashMap<String, Option<String>>§acls: HashSet<Acl>§servers: Vec<Server>Trait Implementations§
impl Eq for Listen
impl StructuralPartialEq for Listen
Auto Trait Implementations§
impl Freeze for Listen
impl RefUnwindSafe for Listen
impl Send for Listen
impl Sync for Listen
impl Unpin for Listen
impl UnwindSafe for Listen
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