pub struct Vkt {
pub name: String,
}Fields§
§name: StringImplementations§
Auto Trait Implementations§
impl Freeze for Vkt
impl RefUnwindSafe for Vkt
impl Send for Vkt
impl Sync for Vkt
impl Unpin for Vkt
impl UnwindSafe for Vkt
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