Struct vndb_api::format::ulist::UListLabels
source · pub struct UListLabels {
pub labels: Option<Vec<UListLabelsInst>>,
}Fields§
§labels: Option<Vec<UListLabelsInst>>Trait Implementations§
source§impl Debug for UListLabels
impl Debug for UListLabels
source§impl<'de> Deserialize<'de> for UListLabels
impl<'de> Deserialize<'de> for UListLabels
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 UListLabels
impl RefUnwindSafe for UListLabels
impl Send for UListLabels
impl Sync for UListLabels
impl Unpin for UListLabels
impl UnwindSafe for UListLabels
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