pub struct LinuxInterfacePriorityBuilder { /* private fields */ }Expand description
Builder for LinuxInterfacePriority.
Implementations§
Source§impl LinuxInterfacePriorityBuilder
impl LinuxInterfacePriorityBuilder
Sourcepub fn name<VALUE: Into<String>>(self, value: VALUE) -> Self
pub fn name<VALUE: Into<String>>(self, value: VALUE) -> Self
Name is the name of the network interface.