pub struct DefaultPack { /* private fields */ }Implementations§
Source§impl DefaultPack
impl DefaultPack
pub fn from_env() -> Result<Self>
pub fn from_config(config: DefaultPolicyConfig) -> Result<Self>
Trait Implementations§
Source§impl Clone for DefaultPack
impl Clone for DefaultPack
Source§fn clone(&self) -> DefaultPack
fn clone(&self) -> DefaultPack
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 PolicyEngine for DefaultPack
impl PolicyEngine for DefaultPack
Auto Trait Implementations§
impl Freeze for DefaultPack
impl !RefUnwindSafe for DefaultPack
impl Send for DefaultPack
impl Sync for DefaultPack
impl Unpin for DefaultPack
impl !UnwindSafe for DefaultPack
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