pub struct GDBusInterfaceSkeleton { /* private fields */ }Auto Trait Implementations§
impl Freeze for GDBusInterfaceSkeleton
impl RefUnwindSafe for GDBusInterfaceSkeleton
impl !Send for GDBusInterfaceSkeleton
impl !Sync for GDBusInterfaceSkeleton
impl Unpin for GDBusInterfaceSkeleton
impl UnwindSafe for GDBusInterfaceSkeleton
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