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