pub enum OpRegionDelDoReply {}Available on crate feature
devlink only.Expand description
Delete region snapshot.
Implementations§
Source§impl OpRegionDelDoReply
impl OpRegionDelDoReply
pub fn new<'a>(buf: &'a [u8]) -> IterableOpRegionDelDoReply<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpRegionDelDoReply
impl Clone for OpRegionDelDoReply
Source§fn clone(&self) -> OpRegionDelDoReply
fn clone(&self) -> OpRegionDelDoReply
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 OpRegionDelDoReply
impl RefUnwindSafe for OpRegionDelDoReply
impl Send for OpRegionDelDoReply
impl Sync for OpRegionDelDoReply
impl Unpin for OpRegionDelDoReply
impl UnwindSafe for OpRegionDelDoReply
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