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