pub enum SurfaceProviderAvailability {
Available,
Disconnected,
IncompatibleTenant,
}Expand description
Tenant-compatibility/availability state for a targeted provider.
Variants§
Trait Implementations§
Source§impl Clone for SurfaceProviderAvailability
impl Clone for SurfaceProviderAvailability
Source§fn clone(&self) -> SurfaceProviderAvailability
fn clone(&self) -> SurfaceProviderAvailability
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SurfaceProviderAvailability
impl Debug for SurfaceProviderAvailability
Source§impl<'de> Deserialize<'de> for SurfaceProviderAvailability
impl<'de> Deserialize<'de> for SurfaceProviderAvailability
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for SurfaceProviderAvailability
impl Eq for SurfaceProviderAvailability
impl StructuralPartialEq for SurfaceProviderAvailability
Auto Trait Implementations§
impl Freeze for SurfaceProviderAvailability
impl RefUnwindSafe for SurfaceProviderAvailability
impl Send for SurfaceProviderAvailability
impl Sync for SurfaceProviderAvailability
impl Unpin for SurfaceProviderAvailability
impl UnsafeUnpin for SurfaceProviderAvailability
impl UnwindSafe for SurfaceProviderAvailability
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