pub struct RefSlot {
pub idx: usize,
pub name: &'static str,
pub allowed: &'static [&'static str],
pub complex_ok: bool,
pub is_vec: bool,
}Fields§
§idx: usize§name: &'static str§allowed: &'static [&'static str]§complex_ok: bool§is_vec: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for RefSlot
impl RefUnwindSafe for RefSlot
impl Send for RefSlot
impl Sync for RefSlot
impl Unpin for RefSlot
impl UnsafeUnpin for RefSlot
impl UnwindSafe for RefSlot
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