Struct wit_parser::Flags
source · pub struct Flags {
pub flags: Vec<Flag>,
}
Fields§
§flags: Vec<Flag>
Implementations§
Trait Implementations§
source§impl PartialEq for Flags
impl PartialEq for Flags
impl StructuralPartialEq for Flags
Auto Trait Implementations§
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnwindSafe for Flags
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