pub struct AutoApproveConfig {
pub rules: bool,
pub skills: bool,
pub preferences: bool,
pub directives: bool,
}Fields§
§rules: bool§skills: bool§preferences: bool§directives: boolTrait Implementations§
Source§impl Clone for AutoApproveConfig
impl Clone for AutoApproveConfig
Source§fn clone(&self) -> AutoApproveConfig
fn clone(&self) -> AutoApproveConfig
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 AutoApproveConfig
impl Debug for AutoApproveConfig
Source§impl<'de> Deserialize<'de> for AutoApproveConfig
impl<'de> Deserialize<'de> for AutoApproveConfig
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 AutoApproveConfig
impl RefUnwindSafe for AutoApproveConfig
impl Send for AutoApproveConfig
impl Sync for AutoApproveConfig
impl Unpin for AutoApproveConfig
impl UnsafeUnpin for AutoApproveConfig
impl UnwindSafe for AutoApproveConfig
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