Struct gir_parser::Parameters
source · pub struct Parameters { /* private fields */ }Implementations§
source§impl Parameters
impl Parameters
Trait Implementations§
source§impl Debug for Parameters
impl Debug for Parameters
source§impl Default for Parameters
impl Default for Parameters
source§fn default() -> Parameters
fn default() -> Parameters
Returns the “default value” for a type. Read more
source§impl IntoIterator for Parameters
impl IntoIterator for Parameters
source§impl XmlDeserialize for Parameters
impl XmlDeserialize for Parameters
Auto Trait Implementations§
impl Freeze for Parameters
impl RefUnwindSafe for Parameters
impl Send for Parameters
impl Sync for Parameters
impl Unpin for Parameters
impl UnwindSafe for Parameters
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