pub enum BoundOrdering {
Included(bool),
Excluded(bool),
}Variants§
Auto Trait Implementations§
impl Freeze for BoundOrdering
impl RefUnwindSafe for BoundOrdering
impl Send for BoundOrdering
impl Sync for BoundOrdering
impl Unpin for BoundOrdering
impl UnsafeUnpin for BoundOrdering
impl UnwindSafe for BoundOrdering
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