enum Combine {
No,
Partial,
Total,
}
Variants§
Trait Implementations§
impl Copy for Combine
impl StructuralPartialEq for Combine
Auto Trait Implementations§
impl Freeze for Combine
impl RefUnwindSafe for Combine
impl Send for Combine
impl Sync for Combine
impl Unpin for Combine
impl UnwindSafe for Combine
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