pub struct ReadLocalOutOfBandDataReply { /* private fields */ }
Expand description
Reply for ReadLocalOutOfBandData
Implementations§
Trait Implementations§
Source§impl Debug for ReadLocalOutOfBandDataReply
impl Debug for ReadLocalOutOfBandDataReply
Auto Trait Implementations§
impl Freeze for ReadLocalOutOfBandDataReply
impl RefUnwindSafe for ReadLocalOutOfBandDataReply
impl Send for ReadLocalOutOfBandDataReply
impl Sync for ReadLocalOutOfBandDataReply
impl Unpin for ReadLocalOutOfBandDataReply
impl UnwindSafe for ReadLocalOutOfBandDataReply
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