Enum gir_parser::FunctionScope
source · pub enum FunctionScope {
Call,
Notified,
Async,
Forever,
}Variants§
Trait Implementations§
source§impl Clone for FunctionScope
impl Clone for FunctionScope
source§fn clone(&self) -> FunctionScope
fn clone(&self) -> FunctionScope
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FunctionScope
impl Debug for FunctionScope
source§impl XmlValue for FunctionScope
impl XmlValue for FunctionScope
impl Copy for FunctionScope
Auto Trait Implementations§
impl Freeze for FunctionScope
impl RefUnwindSafe for FunctionScope
impl Send for FunctionScope
impl Sync for FunctionScope
impl Unpin for FunctionScope
impl UnwindSafe for FunctionScope
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