pub struct Desc {
pub type_: Type,
pub name: String,
pub label: String,
pub description: String,
}
Fields§
§type_: Type
§name: String
§label: String
§description: String
Trait Implementations§
impl Eq for Desc
impl StructuralPartialEq for Desc
Auto Trait Implementations§
impl Freeze for Desc
impl RefUnwindSafe for Desc
impl Send for Desc
impl Sync for Desc
impl Unpin for Desc
impl UnwindSafe for Desc
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