pub struct EnumerationElement {
pub name: String,
pub value: i64,
}Fields§
§name: String§value: i64Trait Implementations§
Source§impl Clone for EnumerationElement
impl Clone for EnumerationElement
Source§fn clone(&self) -> EnumerationElement
fn clone(&self) -> EnumerationElement
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for EnumerationElement
impl RefUnwindSafe for EnumerationElement
impl Send for EnumerationElement
impl Sync for EnumerationElement
impl Unpin for EnumerationElement
impl UnsafeUnpin for EnumerationElement
impl UnwindSafe for EnumerationElement
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