pub struct Maplike;
Expand description
Represents the terminal symbol maplike
Trait Implementations§
Source§impl Ord for Maplike
impl Ord for Maplike
Source§impl PartialOrd for Maplike
impl PartialOrd for Maplike
impl Copy for Maplike
impl Eq for Maplike
impl StructuralPartialEq for Maplike
Auto Trait Implementations§
impl Freeze for Maplike
impl RefUnwindSafe for Maplike
impl Send for Maplike
impl Sync for Maplike
impl Unpin for Maplike
impl UnwindSafe for Maplike
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