Struct gir_parser::Implements
source · pub struct Implements { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for Implements
impl Debug for Implements
source§impl XmlDeserialize for Implements
impl XmlDeserialize for Implements
Auto Trait Implementations§
impl Freeze for Implements
impl RefUnwindSafe for Implements
impl Send for Implements
impl Sync for Implements
impl Unpin for Implements
impl UnwindSafe for Implements
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