pub struct HandleInstance {
pub name: String,
pub value: String,
}
Fields§
§name: String
§value: String
Trait Implementations§
Source§impl Clone for HandleInstance
impl Clone for HandleInstance
Source§fn clone(&self) -> HandleInstance
fn clone(&self) -> HandleInstance
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for HandleInstance
impl RefUnwindSafe for HandleInstance
impl Send for HandleInstance
impl Sync for HandleInstance
impl Unpin for HandleInstance
impl UnwindSafe for HandleInstance
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