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