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