pub struct OptBufNo {}Expand description
Indicate that the RPC Call doesn’t contain an optional buffer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OptBufNo
impl RefUnwindSafe for OptBufNo
impl Send for OptBufNo
impl Sync for OptBufNo
impl Unpin for OptBufNo
impl UnwindSafe for OptBufNo
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