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