Struct astray::IdentifierValue
source · pub struct IdentifierValue { /* private fields */ }Trait Implementations§
source§impl Clone for IdentifierValue
impl Clone for IdentifierValue
source§fn clone(&self) -> IdentifierValue
fn clone(&self) -> IdentifierValue
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 IdentifierValue
impl Debug for IdentifierValue
source§impl Default for IdentifierValue
impl Default for IdentifierValue
source§fn default() -> IdentifierValue
fn default() -> IdentifierValue
Returns the “default value” for a type. Read more
source§impl From<String> for IdentifierValue
impl From<String> for IdentifierValue
source§fn from(s: String) -> IdentifierValue
fn from(s: String) -> IdentifierValue
Converts to this type from the input type.
source§impl PartialEq<IdentifierValue> for IdentifierValue
impl PartialEq<IdentifierValue> for IdentifierValue
source§fn eq(&self, other: &IdentifierValue) -> bool
fn eq(&self, other: &IdentifierValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for IdentifierValue
Auto Trait Implementations§
impl RefUnwindSafe for IdentifierValue
impl Send for IdentifierValue
impl Sync for IdentifierValue
impl Unpin for IdentifierValue
impl UnwindSafe for IdentifierValue
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