pub struct VttC {
pub config: String,
}Fields§
§config: StringTrait Implementations§
impl Eq for VttC
impl StructuralPartialEq for VttC
Auto Trait Implementations§
impl Freeze for VttC
impl RefUnwindSafe for VttC
impl Send for VttC
impl Sync for VttC
impl Unpin for VttC
impl UnsafeUnpin for VttC
impl UnwindSafe for VttC
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