[−][src]Struct osauth::services::BareMetalService
Bare Metal service.
Implementations
impl BareMetalService
[src]
pub const fn new() -> BareMetalService
[src]
Create a new service type.
Trait Implementations
impl Clone for BareMetalService
[src]
fn clone(&self) -> BareMetalService
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for BareMetalService
[src]
impl Debug for BareMetalService
[src]
impl ServiceType for BareMetalService
[src]
fn catalog_type(&self) -> &'static str
[src]
fn set_api_version_headers(
&self,
headers: &mut HeaderMap,
version: ApiVersion
) -> Result<(), Error>
[src]
&self,
headers: &mut HeaderMap,
version: ApiVersion
) -> Result<(), Error>
fn major_version_supported(&self, _version: ApiVersion) -> bool
[src]
fn version_discovery_supported(&self) -> bool
[src]
Auto Trait Implementations
impl RefUnwindSafe for BareMetalService
impl Send for BareMetalService
impl Sync for BareMetalService
impl Unpin for BareMetalService
impl UnwindSafe for BareMetalService
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,