pub struct IRpcOptions(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IRpcOptions
impl !Sync for IRpcOptions
impl Freeze for IRpcOptions
impl RefUnwindSafe for IRpcOptions
impl Unpin for IRpcOptions
impl UnsafeUnpin for IRpcOptions
impl UnwindSafe for IRpcOptions
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