pub struct DiagPart { /* private fields */ }
Expand description
Builder for the DiagPart
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiagPart
impl RefUnwindSafe for DiagPart
impl Send for DiagPart
impl Sync for DiagPart
impl Unpin for DiagPart
impl UnwindSafe for DiagPart
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