pub struct MethodInline { /* private fields */ }Trait Implementations§
Source§impl Attributable for MethodInline
impl Attributable for MethodInline
fn attributes(&self) -> &[Attribute]
fn element_type(&self) -> Option<&str>
fn gtk_property_get(&self) -> Option<&str>
fn gtk_method_get_property(&self) -> Option<&str>
fn gtk_property_set(&self) -> Option<&str>
fn gtk_method_set_property(&self) -> Option<&str>
Source§impl Callable for MethodInline
impl Callable for MethodInline
fn name(&self) -> &str
fn c_identifier(&self) -> Option<&str>
fn shadows(&self) -> Option<&str>
fn shadowed_by(&self) -> Option<&str>
fn moved_to(&self) -> Option<&str>
fn async_func(&self) -> Option<&str>
fn finish_func(&self) -> Option<&str>
fn sync_func(&self) -> Option<&str>
Source§impl Clone for MethodInline
impl Clone for MethodInline
Source§fn clone(&self) -> MethodInline
fn clone(&self) -> MethodInline
Returns a duplicate 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 MethodInline
impl Debug for MethodInline
Source§impl Documentable for MethodInline
impl Documentable for MethodInline
fn doc(&self) -> Option<&Documentation>
fn doc_deprecated(&self) -> Option<&DocDeprecated>
fn doc_stability(&self) -> Option<&DocStability>
fn doc_version(&self) -> Option<&DocVersion>
fn source_position(&self) -> Option<&SourcePosition>
Source§impl FunctionLike for MethodInline
impl FunctionLike for MethodInline
fn throws(&self) -> bool
fn return_value(&self) -> &ReturnValue
fn parameters(&self) -> &Parameters
Source§impl Info for MethodInline
impl Info for MethodInline
Source§impl PartialEq for MethodInline
impl PartialEq for MethodInline
Source§impl XmlDeserialize for MethodInline
impl XmlDeserialize for MethodInline
fn deserialize<B: BufRead>( _tag_: &[u8], _reader_: &mut Reader<B>, _attrs_: Attributes<'_>, _is_empty_: bool, ) -> Self
fn de_root() -> Option<&'static [u8]>
A helper function used when ty =
untag. It could help
us to find out the children tags when deserializing§fn __deserialize_from_unparsed_array(
_array: Vec<(&'static [u8], Unparsed)>,
) -> Self
fn __deserialize_from_unparsed_array( _array: Vec<(&'static [u8], Unparsed)>, ) -> Self
A helper function used when handling the untag types. Read more
fn __deserialize_from_text(_: &str) -> Option<Self>where
Self: Sized,
impl Eq for MethodInline
impl StructuralPartialEq for MethodInline
Auto Trait Implementations§
impl Freeze for MethodInline
impl RefUnwindSafe for MethodInline
impl Send for MethodInline
impl Sync for MethodInline
impl Unpin for MethodInline
impl UnwindSafe for MethodInline
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