pub struct BlackList(/* private fields */);
Implementations§
Source§impl BlackList
impl BlackList
pub fn new(defaultBlackList: Vec<EnvironmentVariable>) -> Self
pub fn addToFromFile(&mut self, filePath: &Path)
pub fn isBlackListed( &self, environmentVariableName: &EnvironmentVariable, ) -> bool
pub fn isNotBlackListed( &self, environmentVariableName: &EnvironmentVariable, ) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlackList
impl RefUnwindSafe for BlackList
impl Send for BlackList
impl Sync for BlackList
impl Unpin for BlackList
impl UnwindSafe for BlackList
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