pub struct EntryDelete {
pub entry_id: u16,
}
Fields§
§entry_id: u16
Implementations§
Source§impl EntryDelete
impl EntryDelete
pub fn new(entry_id: u16) -> EntryDelete
Trait Implementations§
Source§impl Clone for EntryDelete
impl Clone for EntryDelete
Source§fn clone(&self) -> EntryDelete
fn clone(&self) -> EntryDelete
Returns a copy 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 Debug for EntryDelete
impl Debug for EntryDelete
Source§impl Packet for EntryDelete
impl Packet for EntryDelete
impl Copy for EntryDelete
Auto Trait Implementations§
impl Freeze for EntryDelete
impl RefUnwindSafe for EntryDelete
impl Send for EntryDelete
impl Sync for EntryDelete
impl Unpin for EntryDelete
impl UnwindSafe for EntryDelete
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