pub struct MessageR {
pub name: String,
pub comment: Option<String>,
pub parent: Option<String>,
pub attributes: Vec<AttributeEx>,
}
Fields§
§name: String
§comment: Option<String>
§parent: Option<String>
§attributes: Vec<AttributeEx>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageR
impl RefUnwindSafe for MessageR
impl Send for MessageR
impl Sync for MessageR
impl Unpin for MessageR
impl UnwindSafe for MessageR
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