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