pub struct ManagedSurfaceProviderRequest {
pub surface_id: String,
pub provider: ManagedSurfaceProvider,
pub role: Option<SurfaceRole>,
pub edge: Option<String>,
}Fields§
§surface_id: String§provider: ManagedSurfaceProvider§role: Option<SurfaceRole>§edge: Option<String>Trait Implementations§
impl Eq for ManagedSurfaceProviderRequest
impl StructuralPartialEq for ManagedSurfaceProviderRequest
Auto Trait Implementations§
impl Freeze for ManagedSurfaceProviderRequest
impl RefUnwindSafe for ManagedSurfaceProviderRequest
impl Send for ManagedSurfaceProviderRequest
impl Sync for ManagedSurfaceProviderRequest
impl Unpin for ManagedSurfaceProviderRequest
impl UnsafeUnpin for ManagedSurfaceProviderRequest
impl UnwindSafe for ManagedSurfaceProviderRequest
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