pub struct CharacterCorporationHistoryItem {
pub corporation_id: i32,
pub is_deleted: Option<bool>,
pub record_id: i32,
pub start_date: String,
}Fields§
§corporation_id: i32§is_deleted: Option<bool>§record_id: i32§start_date: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for CharacterCorporationHistoryItem
impl<'de> Deserialize<'de> for CharacterCorporationHistoryItem
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 CharacterCorporationHistoryItem
impl RefUnwindSafe for CharacterCorporationHistoryItem
impl Send for CharacterCorporationHistoryItem
impl Sync for CharacterCorporationHistoryItem
impl Unpin for CharacterCorporationHistoryItem
impl UnwindSafe for CharacterCorporationHistoryItem
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