pub struct UpdateRef {
pub rpc_method: String,
pub start: bool,
pub validate: Option<bool>,
}Fields§
§rpc_method: String§start: bool§validate: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateRef
impl RefUnwindSafe for UpdateRef
impl Send for UpdateRef
impl Sync for UpdateRef
impl Unpin for UpdateRef
impl UnsafeUnpin for UpdateRef
impl UnwindSafe for UpdateRef
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