pub struct BindView {
pub bind: Bind,
}Fields§
§bind: BindTrait Implementations§
impl Copy for BindView
impl Eq for BindView
impl StructuralPartialEq for BindView
Auto Trait Implementations§
impl Freeze for BindView
impl RefUnwindSafe for BindView
impl Send for BindView
impl Sync for BindView
impl Unpin for BindView
impl UnwindSafe for BindView
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