Enum vndb_api::format::ulist::UListLabelsField
source · pub enum UListLabelsField {
Count,
}Variants§
Count
Trait Implementations§
source§impl IntoEnumIterator for UListLabelsField
impl IntoEnumIterator for UListLabelsField
type Iterator = UListLabelsFieldIter
fn iter() -> UListLabelsFieldIter ⓘ
Auto Trait Implementations§
impl Freeze for UListLabelsField
impl RefUnwindSafe for UListLabelsField
impl Send for UListLabelsField
impl Sync for UListLabelsField
impl Unpin for UListLabelsField
impl UnwindSafe for UListLabelsField
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