pub struct WhitelistedCommandsConfig {
pub build: Vec<String>,
pub test: Vec<String>,
}Fields§
§build: Vec<String>§test: Vec<String>Trait Implementations§
Source§impl Clone for WhitelistedCommandsConfig
impl Clone for WhitelistedCommandsConfig
Source§fn clone(&self) -> WhitelistedCommandsConfig
fn clone(&self) -> WhitelistedCommandsConfig
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 WhitelistedCommandsConfig
impl Debug for WhitelistedCommandsConfig
Source§impl Default for WhitelistedCommandsConfig
impl Default for WhitelistedCommandsConfig
Source§impl<'de> Deserialize<'de> for WhitelistedCommandsConfig
impl<'de> Deserialize<'de> for WhitelistedCommandsConfig
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 WhitelistedCommandsConfig
impl RefUnwindSafe for WhitelistedCommandsConfig
impl Send for WhitelistedCommandsConfig
impl Sync for WhitelistedCommandsConfig
impl Unpin for WhitelistedCommandsConfig
impl UnsafeUnpin for WhitelistedCommandsConfig
impl UnwindSafe for WhitelistedCommandsConfig
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