Struct libgir::analysis::return_value::Info
source · pub struct Info {
pub parameter: Option<Parameter>,
pub base_tid: Option<TypeId>,
pub commented: bool,
pub bool_return_is_error: Option<String>,
pub nullable_return_is_error: Option<String>,
}
Fields§
§parameter: Option<Parameter>
§base_tid: Option<TypeId>
§commented: bool
§bool_return_is_error: Option<String>
§nullable_return_is_error: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)