pub struct DBManagementCommand { /* private fields */ }Implementations§
Source§impl DBManagementCommand
impl DBManagementCommand
pub fn db_type(&self) -> &U32OrString
pub fn db_type_mut(&mut self) -> &mut U32OrString
pub fn data(&self) -> &U32OrString
pub fn data_mut(&mut self) -> &mut U32OrString
pub fn field(&self) -> &U32OrString
pub fn field_mut(&mut self) -> &mut U32OrString
pub fn assignment(&self) -> &Assignment
pub fn assignment_mut(&mut self) -> &mut Assignment
pub fn options(&self) -> &Options
pub fn options_mut(&mut self) -> &mut Options
pub fn state(&self) -> &State
pub fn state_mut(&mut self) -> &mut State
Trait Implementations§
Source§impl Clone for DBManagementCommand
impl Clone for DBManagementCommand
Source§fn clone(&self) -> DBManagementCommand
fn clone(&self) -> DBManagementCommand
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 PartialEq for DBManagementCommand
impl PartialEq for DBManagementCommand
impl StructuralPartialEq for DBManagementCommand
Auto Trait Implementations§
impl Freeze for DBManagementCommand
impl RefUnwindSafe for DBManagementCommand
impl Send for DBManagementCommand
impl Sync for DBManagementCommand
impl Unpin for DBManagementCommand
impl UnwindSafe for DBManagementCommand
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