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