pub enum OpDeladdrDoRequest {
Address(IpAddr),
Local(IpAddr),
}Available on crate feature
rt-addr only.Expand description
Remove address
Variants§
Implementations§
Source§impl OpDeladdrDoRequest
impl OpDeladdrDoRequest
pub fn new(buf: &[u8]) -> (PushIfaddrmsg, IterableOpDeladdrDoRequest<'_>)
Trait Implementations§
Source§impl Clone for OpDeladdrDoRequest
impl Clone for OpDeladdrDoRequest
Source§fn clone(&self) -> OpDeladdrDoRequest
fn clone(&self) -> OpDeladdrDoRequest
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 moreAuto Trait Implementations§
impl Freeze for OpDeladdrDoRequest
impl RefUnwindSafe for OpDeladdrDoRequest
impl Send for OpDeladdrDoRequest
impl Sync for OpDeladdrDoRequest
impl Unpin for OpDeladdrDoRequest
impl UnwindSafe for OpDeladdrDoRequest
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