pub struct PolicyParser;Expand description
Parser for policy files.
Implementations§
Trait Implementations§
Source§impl Debug for PolicyParser
impl Debug for PolicyParser
Source§impl Default for PolicyParser
impl Default for PolicyParser
Source§fn default() -> PolicyParser
fn default() -> PolicyParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PolicyParser
impl RefUnwindSafe for PolicyParser
impl Send for PolicyParser
impl Sync for PolicyParser
impl Unpin for PolicyParser
impl UnsafeUnpin for PolicyParser
impl UnwindSafe for PolicyParser
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