pub struct BuiltInName {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for BuiltInName
impl Clone for BuiltInName
Source§fn clone(&self) -> BuiltInName
fn clone(&self) -> BuiltInName
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 moreSource§impl Debug for BuiltInName
impl Debug for BuiltInName
Source§impl From<BuiltInName> for Name
impl From<BuiltInName> for Name
Source§fn from(value: BuiltInName) -> Name
fn from(value: BuiltInName) -> Name
Converts to this type from the input type.
Source§impl From<BuiltInName> for Variable
impl From<BuiltInName> for Variable
Source§fn from(value: BuiltInName) -> Variable
fn from(value: BuiltInName) -> Variable
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BuiltInName
impl RefUnwindSafe for BuiltInName
impl Send for BuiltInName
impl Sync for BuiltInName
impl Unpin for BuiltInName
impl UnwindSafe for BuiltInName
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