pub struct RemoteHelperRef {
pub name: String,
pub value: RemoteHelperRefValue,
}Fields§
§name: String§value: RemoteHelperRefValueTrait Implementations§
Source§impl Clone for RemoteHelperRef
impl Clone for RemoteHelperRef
Source§fn clone(&self) -> RemoteHelperRef
fn clone(&self) -> RemoteHelperRef
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 RemoteHelperRef
impl Debug for RemoteHelperRef
impl Eq for RemoteHelperRef
Source§impl PartialEq for RemoteHelperRef
impl PartialEq for RemoteHelperRef
impl StructuralPartialEq for RemoteHelperRef
Auto Trait Implementations§
impl Freeze for RemoteHelperRef
impl RefUnwindSafe for RemoteHelperRef
impl Send for RemoteHelperRef
impl Sync for RemoteHelperRef
impl Unpin for RemoteHelperRef
impl UnsafeUnpin for RemoteHelperRef
impl UnwindSafe for RemoteHelperRef
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