pub struct OpenCommandsConfig {
pub commands: Vec<String>,
}Fields§
§commands: Vec<String>Trait Implementations§
Source§impl Clone for OpenCommandsConfig
impl Clone for OpenCommandsConfig
Source§fn clone(&self) -> OpenCommandsConfig
fn clone(&self) -> OpenCommandsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OpenCommandsConfig
impl Debug for OpenCommandsConfig
Source§impl Default for OpenCommandsConfig
impl Default for OpenCommandsConfig
Source§fn default() -> OpenCommandsConfig
fn default() -> OpenCommandsConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for OpenCommandsConfig
impl PartialEq for OpenCommandsConfig
Source§fn eq(&self, other: &OpenCommandsConfig) -> bool
fn eq(&self, other: &OpenCommandsConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OpenCommandsConfig
Auto Trait Implementations§
impl Freeze for OpenCommandsConfig
impl RefUnwindSafe for OpenCommandsConfig
impl Send for OpenCommandsConfig
impl Sync for OpenCommandsConfig
impl Unpin for OpenCommandsConfig
impl UnsafeUnpin for OpenCommandsConfig
impl UnwindSafe for OpenCommandsConfig
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