pub struct MapBindView {
pub map_bind: MapBind,
}Fields§
§map_bind: MapBindTrait Implementations§
Source§impl Clone for MapBindView
impl Clone for MapBindView
Source§fn clone(&self) -> MapBindView
fn clone(&self) -> MapBindView
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 MapBindView
impl Debug for MapBindView
Source§impl PartialEq for MapBindView
impl PartialEq for MapBindView
impl Copy for MapBindView
impl Eq for MapBindView
impl StructuralPartialEq for MapBindView
Auto Trait Implementations§
impl Freeze for MapBindView
impl RefUnwindSafe for MapBindView
impl Send for MapBindView
impl Sync for MapBindView
impl Unpin for MapBindView
impl UnwindSafe for MapBindView
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