pub struct AstWhereRuleIs {
pub variable: String,
pub value: String,
}Fields§
§variable: String§value: StringTrait Implementations§
Source§impl Clone for AstWhereRuleIs
impl Clone for AstWhereRuleIs
Source§fn clone(&self) -> AstWhereRuleIs
fn clone(&self) -> AstWhereRuleIs
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 AstWhereRuleIs
impl Debug for AstWhereRuleIs
Source§impl Default for AstWhereRuleIs
impl Default for AstWhereRuleIs
Source§fn default() -> AstWhereRuleIs
fn default() -> AstWhereRuleIs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AstWhereRuleIs
impl RefUnwindSafe for AstWhereRuleIs
impl Send for AstWhereRuleIs
impl Sync for AstWhereRuleIs
impl Unpin for AstWhereRuleIs
impl UnsafeUnpin for AstWhereRuleIs
impl UnwindSafe for AstWhereRuleIs
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