pub struct CNvPr<'a> {
pub id: Option<isize>,
pub name: Option<Cow<'a, str>>,
pub descr: Option<Cow<'a, str>>,
}
Fields
id: Option<isize>
name: Option<Cow<'a, str>>
descr: Option<Cow<'a, str>>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CNvPr<'a>
impl<'a> Send for CNvPr<'a>
impl<'a> Sync for CNvPr<'a>
impl<'a> Unpin for CNvPr<'a>
impl<'a> UnwindSafe for CNvPr<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more