pub struct LegacyMappingIdAttributes {
pub type_: LegacyMappingType,
pub legacy_id: u32,
pub new_id: Uuid,
}
Fields§
§type_: LegacyMappingType
§legacy_id: u32
§new_id: Uuid
Trait Implementations§
Source§impl Debug for LegacyMappingIdAttributes
impl Debug for LegacyMappingIdAttributes
Source§impl<'de> Deserialize<'de> for LegacyMappingIdAttributes
impl<'de> Deserialize<'de> for LegacyMappingIdAttributes
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 LegacyMappingIdAttributes
impl RefUnwindSafe for LegacyMappingIdAttributes
impl Send for LegacyMappingIdAttributes
impl Sync for LegacyMappingIdAttributes
impl Unpin for LegacyMappingIdAttributes
impl UnwindSafe for LegacyMappingIdAttributes
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