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