pub struct AccountService<B: Bmc> { /* private fields */ }Expand description
Account service. Provides the ability to manage accounts via Redfish.
Implementations§
Auto Trait Implementations§
impl<B> Freeze for AccountService<B>
impl<B> !RefUnwindSafe for AccountService<B>
impl<B> Send for AccountService<B>
impl<B> Sync for AccountService<B>
impl<B> Unpin for AccountService<B>
impl<B> UnsafeUnpin for AccountService<B>
impl<B> !UnwindSafe for AccountService<B>
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