pub struct PropertyPrelude(/* private fields */);Trait Implementations§
Source§impl Clone for PropertyPrelude
impl Clone for PropertyPrelude
Source§fn clone(&self) -> PropertyPrelude
fn clone(&self) -> PropertyPrelude
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 PropertyPrelude
impl Debug for PropertyPrelude
Source§impl Hash for PropertyPrelude
impl Hash for PropertyPrelude
Source§impl Ord for PropertyPrelude
impl Ord for PropertyPrelude
Source§fn cmp(&self, other: &PropertyPrelude) -> Ordering
fn cmp(&self, other: &PropertyPrelude) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for PropertyPrelude
impl<'a> Parse<'a> for PropertyPrelude
Source§impl PartialEq for PropertyPrelude
impl PartialEq for PropertyPrelude
Source§impl PartialOrd for PropertyPrelude
impl PartialOrd for PropertyPrelude
Source§impl<'a> Peek<'a> for PropertyPrelude
impl<'a> Peek<'a> for PropertyPrelude
Source§impl ToCursors for PropertyPrelude
impl ToCursors for PropertyPrelude
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for PropertyPrelude
impl StructuralPartialEq for PropertyPrelude
Auto Trait Implementations§
impl Freeze for PropertyPrelude
impl RefUnwindSafe for PropertyPrelude
impl Send for PropertyPrelude
impl Sync for PropertyPrelude
impl Unpin for PropertyPrelude
impl UnwindSafe for PropertyPrelude
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