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