pub struct PropKey(pub &'static str);Tuple Fields§
§0: &'static strImplementations§
Trait Implementations§
impl Copy for PropKey
impl Eq for PropKey
impl StructuralPartialEq for PropKey
Auto Trait Implementations§
impl Freeze for PropKey
impl RefUnwindSafe for PropKey
impl Send for PropKey
impl Sync for PropKey
impl Unpin for PropKey
impl UnwindSafe for PropKey
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