#[repr(C)]pub struct GoaTicketingProxyClass {
pub parent_class: GDBusProxyClass,
}Fields§
§parent_class: GDBusProxyClassTrait Implementations§
Source§impl Clone for GoaTicketingProxyClass
impl Clone for GoaTicketingProxyClass
Source§fn clone(&self) -> GoaTicketingProxyClass
fn clone(&self) -> GoaTicketingProxyClass
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 GoaTicketingProxyClass
impl Debug for GoaTicketingProxyClass
impl Copy for GoaTicketingProxyClass
Auto Trait Implementations§
impl Freeze for GoaTicketingProxyClass
impl RefUnwindSafe for GoaTicketingProxyClass
impl !Send for GoaTicketingProxyClass
impl !Sync for GoaTicketingProxyClass
impl Unpin for GoaTicketingProxyClass
impl UnwindSafe for GoaTicketingProxyClass
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