pub struct KeywordDefinition {
pub name: &'static str,
pub value: u16,
}Fields§
§name: &'static str§value: u16Trait Implementations§
Source§impl Clone for KeywordDefinition
impl Clone for KeywordDefinition
Source§fn clone(&self) -> KeywordDefinition
fn clone(&self) -> KeywordDefinition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KeywordDefinition
impl RefUnwindSafe for KeywordDefinition
impl Send for KeywordDefinition
impl Sync for KeywordDefinition
impl Unpin for KeywordDefinition
impl UnsafeUnpin for KeywordDefinition
impl UnwindSafe for KeywordDefinition
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