pub struct EntryAdminCommand {
pub command: Bytes,
}
Expand description
admin command values parsed from sql lines of an entry
Fields§
§command: Bytes
the admin command sent
Trait Implementations§
Source§impl Clone for EntryAdminCommand
impl Clone for EntryAdminCommand
Source§fn clone(&self) -> EntryAdminCommand
fn clone(&self) -> EntryAdminCommand
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 EntryAdminCommand
impl Debug for EntryAdminCommand
Source§impl PartialEq for EntryAdminCommand
impl PartialEq for EntryAdminCommand
impl StructuralPartialEq for EntryAdminCommand
Auto Trait Implementations§
impl !Freeze for EntryAdminCommand
impl RefUnwindSafe for EntryAdminCommand
impl Send for EntryAdminCommand
impl Sync for EntryAdminCommand
impl Unpin for EntryAdminCommand
impl UnwindSafe for EntryAdminCommand
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