pub enum PinType {
Direct,
Indirect,
Recursive,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PinType
impl RefUnwindSafe for PinType
impl Send for PinType
impl Sync for PinType
impl Unpin for PinType
impl UnwindSafe for PinType
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