pub struct CommandRule {
pub pattern: String,
pub label: String,
pub require_approval: bool,
}Fields§
§pattern: String§label: String§require_approval: boolTrait Implementations§
Source§impl Clone for CommandRule
impl Clone for CommandRule
Source§fn clone(&self) -> CommandRule
fn clone(&self) -> CommandRule
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 CommandRule
impl Debug for CommandRule
Source§impl<'de> Deserialize<'de> for CommandRule
impl<'de> Deserialize<'de> for CommandRule
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CommandRule
impl RefUnwindSafe for CommandRule
impl Send for CommandRule
impl Sync for CommandRule
impl Unpin for CommandRule
impl UnsafeUnpin for CommandRule
impl UnwindSafe for CommandRule
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