pub struct ManagerNetworkProtocol<B: Bmc> { /* private fields */ }Expand description
Network protocol configuration associated with a manager.
Implementations§
Source§impl<B: Bmc> ManagerNetworkProtocol<B>
impl<B: Bmc> ManagerNetworkProtocol<B>
Sourcepub fn raw(&self) -> Arc<ManagerNetworkProtocolSchema> ⓘ
pub fn raw(&self) -> Arc<ManagerNetworkProtocolSchema> ⓘ
Get the raw schema data for the manager network protocol resource.
Auto Trait Implementations§
impl<B> Freeze for ManagerNetworkProtocol<B>
impl<B> RefUnwindSafe for ManagerNetworkProtocol<B>where
B: RefUnwindSafe,
impl<B> Send for ManagerNetworkProtocol<B>
impl<B> Sync for ManagerNetworkProtocol<B>
impl<B> Unpin for ManagerNetworkProtocol<B>where
B: Unpin,
impl<B> UnsafeUnpin for ManagerNetworkProtocol<B>
impl<B> UnwindSafe for ManagerNetworkProtocol<B>where
B: UnwindSafe,
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