pub struct DeprecatedClone;
Trait Implementations§
Source§impl Method for DeprecatedClone
impl Method for DeprecatedClone
Source§type Request = WireNodeDeprecatedCloneRequest
type Request = WireNodeDeprecatedCloneRequest
The request payload for the method.
Auto Trait Implementations§
impl Freeze for DeprecatedClone
impl RefUnwindSafe for DeprecatedClone
impl Send for DeprecatedClone
impl Sync for DeprecatedClone
impl Unpin for DeprecatedClone
impl UnwindSafe for DeprecatedClone
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