pub struct NoAuth;Expand description
This struct can be used to disable authentication and authorization for a Redfish service.
Trait Implementations§
Source§impl SatisfiesPrivilege for NoAuth
impl SatisfiesPrivilege for NoAuth
fn is_satisfied(_privileges: &[Privilege]) -> bool
Auto Trait Implementations§
impl Freeze for NoAuth
impl RefUnwindSafe for NoAuth
impl Send for NoAuth
impl Sync for NoAuth
impl Unpin for NoAuth
impl UnwindSafe for NoAuth
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