Enum gir_parser::AnyType
source · pub enum AnyType {
Type(Type),
Array(Array),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyType
impl RefUnwindSafe for AnyType
impl Send for AnyType
impl Sync for AnyType
impl Unpin for AnyType
impl UnwindSafe for AnyType
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