pub struct ModelReroute {
pub method: String,
pub id: Option<RpcId>,
}Fields§
§method: String§id: Option<RpcId>Trait Implementations§
Source§impl Clone for ModelReroute
impl Clone for ModelReroute
Source§fn clone(&self) -> ModelReroute
fn clone(&self) -> ModelReroute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModelReroute
impl Debug for ModelReroute
Source§impl PartialEq for ModelReroute
impl PartialEq for ModelReroute
impl StructuralPartialEq for ModelReroute
Auto Trait Implementations§
impl Freeze for ModelReroute
impl RefUnwindSafe for ModelReroute
impl Send for ModelReroute
impl Sync for ModelReroute
impl Unpin for ModelReroute
impl UnsafeUnpin for ModelReroute
impl UnwindSafe for ModelReroute
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