pub struct DictLayout;Implementations§
Auto Trait Implementations§
impl Freeze for DictLayout
impl RefUnwindSafe for DictLayout
impl Send for DictLayout
impl Sync for DictLayout
impl Unpin for DictLayout
impl UnsafeUnpin for DictLayout
impl UnwindSafe for DictLayout
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