pub enum ProviderSurface {
NoDocumentedServiceDto {
endpoint: &'static str,
},
}Expand description
Documents Gingr endpoint surfaces where this crate has no stable DTO because source evidence is incomplete.
Variants§
NoDocumentedServiceDto
Endpoint is known, but this crate intentionally has no DTO mapping yet.
Trait Implementations§
Source§impl Clone for ProviderSurface
impl Clone for ProviderSurface
Source§fn clone(&self) -> ProviderSurface
fn clone(&self) -> ProviderSurface
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 ProviderSurface
impl Debug for ProviderSurface
Source§impl PartialEq for ProviderSurface
impl PartialEq for ProviderSurface
impl Copy for ProviderSurface
impl Eq for ProviderSurface
impl StructuralPartialEq for ProviderSurface
Auto Trait Implementations§
impl Freeze for ProviderSurface
impl RefUnwindSafe for ProviderSurface
impl Send for ProviderSurface
impl Sync for ProviderSurface
impl Unpin for ProviderSurface
impl UnsafeUnpin for ProviderSurface
impl UnwindSafe for ProviderSurface
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