Struct hcl::structure::Identifier  
source · [−]pub struct Identifier(pub String);Expand description
Represents an HCL identifier inside of a BlockLabel or ObjectKey.
Tuple Fields
0: StringImplementations
sourceimpl Identifier
 
impl Identifier
Trait Implementations
sourceimpl Clone for Identifier
 
impl Clone for Identifier
sourcefn clone(&self) -> Identifier
 
fn clone(&self) -> Identifier
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Identifier
 
impl Debug for Identifier
sourceimpl<'de> Deserialize<'de> for Identifier
 
impl<'de> Deserialize<'de> for Identifier
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<&'_ str> for Identifier
 
impl From<&'_ str> for Identifier
sourceimpl<'a> From<Cow<'a, str>> for Identifier
 
impl<'a> From<Cow<'a, str>> for Identifier
sourceimpl From<Identifier> for String
 
impl From<Identifier> for String
sourcefn from(ident: Identifier) -> Self
 
fn from(ident: Identifier) -> Self
Converts to this type from the input type.
sourceimpl From<String> for Identifier
 
impl From<String> for Identifier
sourceimpl Hash for Identifier
 
impl Hash for Identifier
sourceimpl<'de> IntoDeserializer<'de, Error> for Identifier
 
impl<'de> IntoDeserializer<'de, Error> for Identifier
type Deserializer = IdentifierDeserializer
type Deserializer = IdentifierDeserializer
The type of the deserializer being converted into.
sourcefn into_deserializer(self) -> Self::Deserializer
 
fn into_deserializer(self) -> Self::Deserializer
Convert this value into a deserializer.
sourceimpl PartialEq<Identifier> for Identifier
 
impl PartialEq<Identifier> for Identifier
sourcefn eq(&self, other: &Identifier) -> bool
 
fn eq(&self, other: &Identifier) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &Identifier) -> bool
 
fn ne(&self, other: &Identifier) -> bool
This method tests for !=.
sourceimpl Serialize for Identifier
 
impl Serialize for Identifier
impl Eq for Identifier
impl StructuralEq for Identifier
impl StructuralPartialEq for Identifier
Auto Trait Implementations
impl RefUnwindSafe for Identifier
impl Send for Identifier
impl Sync for Identifier
impl Unpin for Identifier
impl UnwindSafe for Identifier
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized, 
 
impl<Q, K> Equivalent<K> for Q where
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized, 
sourcefn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.