pub struct UMLTokens {
pub tokens: Vec<UMLToken>,
}
Fields§
§tokens: Vec<UMLToken>
Implementations§
Trait Implementations§
impl StructuralPartialEq for UMLTokens
Auto Trait Implementations§
impl Freeze for UMLTokens
impl RefUnwindSafe for UMLTokens
impl Send for UMLTokens
impl Sync for UMLTokens
impl Unpin for UMLTokens
impl UnwindSafe for UMLTokens
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