pub struct KeyAttribute {
pub name: String,
pub value: KeyValue,
}Fields§
§name: String§value: KeyValueTrait Implementations§
Source§impl Clone for KeyAttribute
impl Clone for KeyAttribute
Source§fn clone(&self) -> KeyAttribute
fn clone(&self) -> KeyAttribute
Returns a duplicate 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 KeyAttribute
impl RefUnwindSafe for KeyAttribute
impl Send for KeyAttribute
impl Sync for KeyAttribute
impl Unpin for KeyAttribute
impl UnwindSafe for KeyAttribute
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