pub enum BindingMode {
Value,
Ref,
Ptr,
}Variants§
Auto Trait Implementations§
impl Freeze for BindingMode
impl RefUnwindSafe for BindingMode
impl Send for BindingMode
impl Sync for BindingMode
impl Unpin for BindingMode
impl UnsafeUnpin for BindingMode
impl UnwindSafe for BindingMode
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