Struct anchor_syn::ConstraintLiteral
source · pub struct ConstraintLiteral {
pub lit: LitStr,
}
Fields§
§lit: LitStr
Trait Implementations§
source§impl Clone for ConstraintLiteral
impl Clone for ConstraintLiteral
source§fn clone(&self) -> ConstraintLiteral
fn clone(&self) -> ConstraintLiteral
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 more