pub struct CommandModeMask {
pub create: bool,
pub edit: bool,
pub query: bool,
}Fields§
§create: bool§edit: bool§query: boolTrait Implementations§
Source§impl Clone for CommandModeMask
impl Clone for CommandModeMask
Source§fn clone(&self) -> CommandModeMask
fn clone(&self) -> CommandModeMask
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 Debug for CommandModeMask
impl Debug for CommandModeMask
Source§impl PartialEq for CommandModeMask
impl PartialEq for CommandModeMask
impl Copy for CommandModeMask
impl Eq for CommandModeMask
impl StructuralPartialEq for CommandModeMask
Auto Trait Implementations§
impl Freeze for CommandModeMask
impl RefUnwindSafe for CommandModeMask
impl Send for CommandModeMask
impl Sync for CommandModeMask
impl Unpin for CommandModeMask
impl UnsafeUnpin for CommandModeMask
impl UnwindSafe for CommandModeMask
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