pub struct AddServiceResult {
pub service_id: String,
}Fields§
§service_id: StringAn identifier that uniquely represents this service.
Trait Implementations§
Source§impl Clone for AddServiceResult
impl Clone for AddServiceResult
Source§fn clone(&self) -> AddServiceResult
fn clone(&self) -> AddServiceResult
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 AddServiceResult
impl Debug for AddServiceResult
Source§impl<'de> Deserialize<'de> for AddServiceResult
impl<'de> Deserialize<'de> for AddServiceResult
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
Source§impl PartialEq for AddServiceResult
impl PartialEq for AddServiceResult
Source§impl Serialize for AddServiceResult
impl Serialize for AddServiceResult
Source§impl TryFrom<Value> for AddServiceResult
impl TryFrom<Value> for AddServiceResult
impl StructuralPartialEq for AddServiceResult
Auto Trait Implementations§
impl Freeze for AddServiceResult
impl RefUnwindSafe for AddServiceResult
impl Send for AddServiceResult
impl Sync for AddServiceResult
impl Unpin for AddServiceResult
impl UnsafeUnpin for AddServiceResult
impl UnwindSafe for AddServiceResult
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