pub struct AstArrayPredicate;Implementations§
Trait Implementations§
Source§impl Clone for AstArrayPredicate
impl Clone for AstArrayPredicate
Source§fn clone(&self) -> AstArrayPredicate
fn clone(&self) -> AstArrayPredicate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AstArrayPredicate
Source§impl Debug for AstArrayPredicate
impl Debug for AstArrayPredicate
Source§impl Default for AstArrayPredicate
impl Default for AstArrayPredicate
Source§fn default() -> AstArrayPredicate
fn default() -> AstArrayPredicate
Returns the “default value” for a type. Read more
impl Eq for AstArrayPredicate
Source§impl Hash for AstArrayPredicate
impl Hash for AstArrayPredicate
Source§impl PartialEq for AstArrayPredicate
impl PartialEq for AstArrayPredicate
Source§fn eq(&self, other: &AstArrayPredicate) -> bool
fn eq(&self, other: &AstArrayPredicate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for AstArrayPredicate
impl StructuralPartialEq for AstArrayPredicate
impl Sync for AstArrayPredicate
Auto Trait Implementations§
impl Freeze for AstArrayPredicate
impl RefUnwindSafe for AstArrayPredicate
impl Unpin for AstArrayPredicate
impl UnsafeUnpin for AstArrayPredicate
impl UnwindSafe for AstArrayPredicate
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