#[repr(C)]pub struct GoaReadLaterProxy {
pub parent_instance: GDBusProxy,
pub priv_: *mut GoaReadLaterProxyPrivate,
}Fields§
§parent_instance: GDBusProxy§priv_: *mut GoaReadLaterProxyPrivateTrait Implementations§
Source§impl Clone for GoaReadLaterProxy
impl Clone for GoaReadLaterProxy
Source§fn clone(&self) -> GoaReadLaterProxy
fn clone(&self) -> GoaReadLaterProxy
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 GoaReadLaterProxy
impl Debug for GoaReadLaterProxy
impl Copy for GoaReadLaterProxy
Auto Trait Implementations§
impl Freeze for GoaReadLaterProxy
impl RefUnwindSafe for GoaReadLaterProxy
impl !Send for GoaReadLaterProxy
impl !Sync for GoaReadLaterProxy
impl Unpin for GoaReadLaterProxy
impl UnwindSafe for GoaReadLaterProxy
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