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