pub struct DecodeFallbacks {
pub addr: Option<String>,
pub item_type: DecodeFallbacksType,
pub hex: String,
}Fields§
§addr: Option<String>§item_type: DecodeFallbacksType§hex: StringTrait Implementations§
Source§impl Clone for DecodeFallbacks
impl Clone for DecodeFallbacks
Source§fn clone(&self) -> DecodeFallbacks
fn clone(&self) -> DecodeFallbacks
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DecodeFallbacks
impl Debug for DecodeFallbacks
Source§impl<'de> Deserialize<'de> for DecodeFallbacks
impl<'de> Deserialize<'de> for DecodeFallbacks
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 DecodeFallbacks
impl RefUnwindSafe for DecodeFallbacks
impl Send for DecodeFallbacks
impl Sync for DecodeFallbacks
impl Unpin for DecodeFallbacks
impl UnsafeUnpin for DecodeFallbacks
impl UnwindSafe for DecodeFallbacks
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