pub enum BusinessServiceType {
BIZ_SERVICE_DELIVER,
BIZ_SERVICE_FREE_PARK,
BIZ_SERVICE_WITH_PET,
BIZ_SERVICE_FREE_WIFI,
Unknow,
}Variants§
BIZ_SERVICE_DELIVER
外卖服务
BIZ_SERVICE_FREE_PARK
停车位
BIZ_SERVICE_WITH_PET
可带宠物
BIZ_SERVICE_FREE_WIFI
WIFI
Unknow
Trait Implementations§
Source§impl Clone for BusinessServiceType
impl Clone for BusinessServiceType
Source§fn clone(&self) -> BusinessServiceType
fn clone(&self) -> BusinessServiceType
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 BusinessServiceType
impl Debug for BusinessServiceType
Source§impl<'de> Deserialize<'de> for BusinessServiceType
impl<'de> Deserialize<'de> for BusinessServiceType
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 BusinessServiceType
impl PartialEq for BusinessServiceType
Source§impl Serialize for BusinessServiceType
impl Serialize for BusinessServiceType
impl StructuralPartialEq for BusinessServiceType
Auto Trait Implementations§
impl Freeze for BusinessServiceType
impl RefUnwindSafe for BusinessServiceType
impl Send for BusinessServiceType
impl Sync for BusinessServiceType
impl Unpin for BusinessServiceType
impl UnwindSafe for BusinessServiceType
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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