pub struct ktxKVListEntry { /* private fields */ }Trait Implementations§
Source§impl Clone for ktxKVListEntry
impl Clone for ktxKVListEntry
Source§fn clone(&self) -> ktxKVListEntry
fn clone(&self) -> ktxKVListEntry
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 moreimpl Copy for ktxKVListEntry
Auto Trait Implementations§
impl Freeze for ktxKVListEntry
impl RefUnwindSafe for ktxKVListEntry
impl Send for ktxKVListEntry
impl Sync for ktxKVListEntry
impl Unpin for ktxKVListEntry
impl UnsafeUnpin for ktxKVListEntry
impl UnwindSafe for ktxKVListEntry
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