pub enum BoundMode {
Lower,
Upper,
}Variants§
Implementations§
Trait Implementations§
impl Copy for BoundMode
impl StructuralPartialEq for BoundMode
Auto Trait Implementations§
impl Freeze for BoundMode
impl RefUnwindSafe for BoundMode
impl Send for BoundMode
impl Sync for BoundMode
impl Unpin for BoundMode
impl UnwindSafe for BoundMode
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