pub struct DescriptionList { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DescriptionList
impl RefUnwindSafe for DescriptionList
impl Send for DescriptionList
impl Sync for DescriptionList
impl Unpin for DescriptionList
impl UnsafeUnpin for DescriptionList
impl UnwindSafe for DescriptionList
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