pub enum edge_type_sw_t {
SIMPLE,
LOOPS,
MULTI,
}Variants§
Auto Trait Implementations§
impl Freeze for edge_type_sw_t
impl RefUnwindSafe for edge_type_sw_t
impl Send for edge_type_sw_t
impl Sync for edge_type_sw_t
impl Unpin for edge_type_sw_t
impl UnwindSafe for edge_type_sw_t
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