Struct htsget_lambda::ServiceInfo
source · pub struct ServiceInfo { /* private fields */ }
Expand description
Configuration of the service info.
Implementations§
source§impl ServiceInfo
impl ServiceInfo
sourcepub fn organization_name(&self) -> Option<&str>
pub fn organization_name(&self) -> Option<&str>
Get the organization name.
sourcepub fn organization_url(&self) -> Option<&str>
pub fn organization_url(&self) -> Option<&str>
Get the organization url.
sourcepub fn contact_url(&self) -> Option<&str>
pub fn contact_url(&self) -> Option<&str>
Get the contact url.
sourcepub fn documentation_url(&self) -> Option<&str>
pub fn documentation_url(&self) -> Option<&str>
Get the documentation url.
sourcepub fn created_at(&self) -> Option<&str>
pub fn created_at(&self) -> Option<&str>
Get created at.
sourcepub fn updated_at(&self) -> Option<&str>
pub fn updated_at(&self) -> Option<&str>
Get updated at.
sourcepub fn environment(&self) -> Option<&str>
pub fn environment(&self) -> Option<&str>
Get environment.
Trait Implementations§
source§impl Clone for ServiceInfo
impl Clone for ServiceInfo
source§fn clone(&self) -> ServiceInfo
fn clone(&self) -> ServiceInfo
Returns a copy 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 ServiceInfo
impl Debug for ServiceInfo
source§impl Default for ServiceInfo
impl Default for ServiceInfo
source§fn default() -> ServiceInfo
fn default() -> ServiceInfo
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ServiceInfowhere
ServiceInfo: Default,
impl<'de> Deserialize<'de> for ServiceInfowhere ServiceInfo: Default,
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<ServiceInfo, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<ServiceInfo, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for ServiceInfo
impl Serialize for ServiceInfo
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ServiceInfo
impl Send for ServiceInfo
impl Sync for ServiceInfo
impl Unpin for ServiceInfo
impl UnwindSafe for ServiceInfo
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