pub struct BlendENoteCityType(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Debug for BlendENoteCityType
impl Debug for BlendENoteCityType
Source§impl<'de> Deserialize<'de> for BlendENoteCityType
impl<'de> Deserialize<'de> for BlendENoteCityType
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 BlendENoteCityType
impl RefUnwindSafe for BlendENoteCityType
impl Send for BlendENoteCityType
impl Sync for BlendENoteCityType
impl Unpin for BlendENoteCityType
impl UnwindSafe for BlendENoteCityType
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