pub struct PreorderWindow { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PreorderWindow
impl Clone for PreorderWindow
Source§fn clone(&self) -> PreorderWindow
fn clone(&self) -> PreorderWindow
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 moreSource§impl Debug for PreorderWindow
impl Debug for PreorderWindow
Source§impl PartialEq for PreorderWindow
impl PartialEq for PreorderWindow
Source§fn eq(&self, other: &PreorderWindow) -> bool
fn eq(&self, other: &PreorderWindow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PreorderWindow
impl StructuralPartialEq for PreorderWindow
Auto Trait Implementations§
impl Freeze for PreorderWindow
impl RefUnwindSafe for PreorderWindow
impl Send for PreorderWindow
impl Sync for PreorderWindow
impl Unpin for PreorderWindow
impl UnsafeUnpin for PreorderWindow
impl UnwindSafe for PreorderWindow
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