pub struct Enumerable {
pub name: EnumerateName,
pub options: EnumOptions,
pub fields: FieldMap,
}
Fields§
§name: EnumerateName
§options: EnumOptions
§fields: FieldMap
Trait Implementations§
Source§impl Clone for Enumerable
impl Clone for Enumerable
Source§fn clone(&self) -> Enumerable
fn clone(&self) -> Enumerable
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Enumerable
impl Debug for Enumerable
Source§impl Default for Enumerable
impl Default for Enumerable
Source§fn default() -> Enumerable
fn default() -> Enumerable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Enumerable
impl RefUnwindSafe for Enumerable
impl Send for Enumerable
impl Sync for Enumerable
impl Unpin for Enumerable
impl UnwindSafe for Enumerable
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