pub struct PreDefinedSymbol {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for PreDefinedSymbol
impl Clone for PreDefinedSymbol
Source§fn clone(&self) -> PreDefinedSymbol
fn clone(&self) -> PreDefinedSymbol
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 moreSource§impl Debug for PreDefinedSymbol
impl Debug for PreDefinedSymbol
Source§impl PartialEq for PreDefinedSymbol
impl PartialEq for PreDefinedSymbol
Source§fn eq(&self, other: &PreDefinedSymbol) -> bool
fn eq(&self, other: &PreDefinedSymbol) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreDefinedSymbol
Auto Trait Implementations§
impl Freeze for PreDefinedSymbol
impl RefUnwindSafe for PreDefinedSymbol
impl Send for PreDefinedSymbol
impl Sync for PreDefinedSymbol
impl Unpin for PreDefinedSymbol
impl UnsafeUnpin for PreDefinedSymbol
impl UnwindSafe for PreDefinedSymbol
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