pub struct cmap_splay { /* private fields */ }Trait Implementations§
Source§impl Clone for cmap_splay
impl Clone for cmap_splay
Source§fn clone(&self) -> cmap_splay
fn clone(&self) -> cmap_splay
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 cmap_splay
impl Debug for cmap_splay
impl Copy for cmap_splay
Auto Trait Implementations§
impl Freeze for cmap_splay
impl RefUnwindSafe for cmap_splay
impl Send for cmap_splay
impl Sync for cmap_splay
impl Unpin for cmap_splay
impl UnwindSafe for cmap_splay
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