pub struct AnetBuilder { /* private fields */ }
Expand description
Builder for Anet
.
Implementations§
Source§impl AnetBuilder
impl AnetBuilder
pub fn allowed_address<VALUE: Into<Option<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn configure_allowed_address<VALUE: Into<Option<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn defrouter<VALUE: Into<Option<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn linkname<VALUE: Into<Option<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn link_protection<VALUE: Into<Option<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn lower_link<VALUE: Into<Option<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn mac_address<VALUE: Into<Option<String>>>( &mut self, value: VALUE, ) -> &mut Self
Trait Implementations§
Source§impl Clone for AnetBuilder
impl Clone for AnetBuilder
Source§fn clone(&self) -> AnetBuilder
fn clone(&self) -> AnetBuilder
Returns a duplicate 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 Default for AnetBuilder
impl Default for AnetBuilder
Source§fn default() -> AnetBuilder
fn default() -> AnetBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnetBuilder
impl RefUnwindSafe for AnetBuilder
impl Send for AnetBuilder
impl Sync for AnetBuilder
impl Unpin for AnetBuilder
impl UnwindSafe for AnetBuilder
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