pub struct AccountService<B: Bmc> { /* private fields */ }Expand description
Account service. Provides the ability to manage accounts via Redfish.
Implementations§
Source§impl<B: Bmc> AccountService<B>
impl<B: Bmc> AccountService<B>
Sourcepub fn raw(&self) -> Arc<SchemaAccountService>
pub fn raw(&self) -> Arc<SchemaAccountService>
Get the raw schema data for this account service.
Returns an Arc to the underlying schema, allowing cheap cloning
and sharing of the data.
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