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