pub struct ServiceName {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
Source§impl Clone for ServiceName
impl Clone for ServiceName
Source§fn clone(&self) -> ServiceName
fn clone(&self) -> ServiceName
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 ServiceName
impl Debug for ServiceName
Source§impl Default for ServiceName
impl Default for ServiceName
Source§fn default() -> ServiceName
fn default() -> ServiceName
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceName
impl<'de> Deserialize<'de> for ServiceName
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
Auto Trait Implementations§
impl Freeze for ServiceName
impl RefUnwindSafe for ServiceName
impl Send for ServiceName
impl Sync for ServiceName
impl Unpin for ServiceName
impl UnwindSafe for ServiceName
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