pub struct Define {
pub identifier: String,
pub arguments: Vec<(String, Option<String>)>,
pub text: Option<DefineText>,
}
Fields§
§identifier: String
§arguments: Vec<(String, Option<String>)>
§text: Option<DefineText>
Implementations§
Trait Implementations§
impl Eq for Define
impl StructuralPartialEq for Define
Auto Trait Implementations§
impl Freeze for Define
impl RefUnwindSafe for Define
impl Send for Define
impl Sync for Define
impl Unpin for Define
impl UnwindSafe for Define
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