pub enum SlotArity {
Ranked,
Single,
}Variants§
Trait Implementations§
impl Copy for SlotArity
impl Eq for SlotArity
impl StructuralPartialEq for SlotArity
Auto Trait Implementations§
impl Freeze for SlotArity
impl RefUnwindSafe for SlotArity
impl Send for SlotArity
impl Sync for SlotArity
impl Unpin for SlotArity
impl UnsafeUnpin for SlotArity
impl UnwindSafe for SlotArity
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