pub struct PolicyInputs { /* private fields */ }Expand description
Output policy inputs loaded from the filesystem before final schema transforms run.
This keeps override IO and external $ref retrieval out of the pure output
transform path.
Trait Implementations§
Source§impl Debug for PolicyInputs
impl Debug for PolicyInputs
Source§impl Default for PolicyInputs
impl Default for PolicyInputs
Source§fn default() -> PolicyInputs
fn default() -> PolicyInputs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PolicyInputs
impl RefUnwindSafe for PolicyInputs
impl Send for PolicyInputs
impl Sync for PolicyInputs
impl Unpin for PolicyInputs
impl UnsafeUnpin for PolicyInputs
impl UnwindSafe for PolicyInputs
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