pub struct VLanNetworkInterface<S, P>where
S: Clone,{ /* private fields */ }
Expand description
This endpoint implements the VLanNetworkInterface component.
It can be mounted on the following components:
Implementations§
Source§impl<S, P> VLanNetworkInterface<S, P>where
S: AsRef<dyn AuthenticateRequest> + Clone + Send + Sync + 'static,
P: OperationPrivilegeMapping + 'static,
<P as OperationPrivilegeMapping>::Get: Send,
<P as OperationPrivilegeMapping>::Put: Send,
<P as OperationPrivilegeMapping>::Patch: Send,
<P as OperationPrivilegeMapping>::Delete: Send,
impl<S, P> VLanNetworkInterface<S, P>where
S: AsRef<dyn AuthenticateRequest> + Clone + Send + Sync + 'static,
P: OperationPrivilegeMapping + 'static,
<P as OperationPrivilegeMapping>::Get: Send,
<P as OperationPrivilegeMapping>::Put: Send,
<P as OperationPrivilegeMapping>::Patch: Send,
<P as OperationPrivilegeMapping>::Delete: Send,
Trait Implementations§
Source§impl<S> Default for VLanNetworkInterface<S, DefaultPrivileges>where
S: Clone,
impl<S> Default for VLanNetworkInterface<S, DefaultPrivileges>where
S: Clone,
Auto Trait Implementations§
impl<S, P> Freeze for VLanNetworkInterface<S, P>
impl<S, P> !RefUnwindSafe for VLanNetworkInterface<S, P>
impl<S, P> Send for VLanNetworkInterface<S, P>
impl<S, P> !Sync for VLanNetworkInterface<S, P>
impl<S, P> Unpin for VLanNetworkInterface<S, P>
impl<S, P> !UnwindSafe for VLanNetworkInterface<S, P>
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