pub struct DictionaryAttr(/* private fields */);Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DictionaryAttr
impl !UnwindSafe for DictionaryAttr
impl Freeze for DictionaryAttr
impl Send for DictionaryAttr
impl Sync for DictionaryAttr
impl Unpin for DictionaryAttr
impl UnsafeUnpin for DictionaryAttr
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