pub struct PropertyExpressionNames {
pub pairs: &'static [PropertyExpressionNamesPair],
}Fields§
§pairs: &'static [PropertyExpressionNamesPair]Trait Implementations§
Source§impl Clone for PropertyExpressionNames
impl Clone for PropertyExpressionNames
Source§fn clone(&self) -> PropertyExpressionNames
fn clone(&self) -> PropertyExpressionNames
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 PropertyExpressionNames
Source§impl Debug for PropertyExpressionNames
impl Debug for PropertyExpressionNames
Source§impl Default for PropertyExpressionNames
impl Default for PropertyExpressionNames
Source§fn default() -> PropertyExpressionNames
fn default() -> PropertyExpressionNames
Returns the “default value” for a type. Read more
impl Eq for PropertyExpressionNames
Source§impl PartialEq for PropertyExpressionNames
impl PartialEq for PropertyExpressionNames
impl StructuralPartialEq for PropertyExpressionNames
Auto Trait Implementations§
impl Freeze for PropertyExpressionNames
impl RefUnwindSafe for PropertyExpressionNames
impl Send for PropertyExpressionNames
impl Sync for PropertyExpressionNames
impl Unpin for PropertyExpressionNames
impl UnsafeUnpin for PropertyExpressionNames
impl UnwindSafe for PropertyExpressionNames
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