pub enum SlotType {
Input,
Output,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for SlotType
Auto Trait Implementations§
impl Freeze for SlotType
impl RefUnwindSafe for SlotType
impl Send for SlotType
impl Sync for SlotType
impl Unpin for SlotType
impl UnwindSafe for SlotType
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