pub enum Branchvalues {
Remainder,
Total,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Branchvalues
impl RefUnwindSafe for Branchvalues
impl Send for Branchvalues
impl Sync for Branchvalues
impl Unpin for Branchvalues
impl UnwindSafe for Branchvalues
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