Struct miHoYo_API::model::starrail::notes::Expedition
source · pub struct Expedition {
pub avatars: Vec<String>,
pub status: String,
pub remaining_time: u32,
pub name: String,
pub item_url: String,
}Expand description
Detail of Expedition
Fields§
§avatars: Vec<String>Dispatched Character(s)
status: StringFinished or Not yet
remaining_time: u32Time remaining
name: StringPlace Name to expedition
item_url: Stringimage url of Material
Implementations§
Trait Implementations§
source§impl Debug for Expedition
impl Debug for Expedition
source§impl<'de> Deserialize<'de> for Expedition
impl<'de> Deserialize<'de> for Expedition
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 RefUnwindSafe for Expedition
impl Send for Expedition
impl Sync for Expedition
impl Unpin for Expedition
impl UnwindSafe for Expedition
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