pub enum Currentbin {
Include,
Exclude,
Half,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Currentbin
impl RefUnwindSafe for Currentbin
impl Send for Currentbin
impl Sync for Currentbin
impl Unpin for Currentbin
impl UnwindSafe for Currentbin
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