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