pub struct CisRange {
pub bin_op: BinOp,
pub range: CisRangeItem,
}
Fields§
§bin_op: BinOp
§range: CisRangeItem
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CisRange
impl RefUnwindSafe for CisRange
impl Send for CisRange
impl Sync for CisRange
impl Unpin for CisRange
impl UnwindSafe for CisRange
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