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