pub struct SettingsConnectionRemoved {
pub connection: Path<'static>,
}
Fields§
§connection: Path<'static>
Trait Implementations§
Source§impl AppendAll for SettingsConnectionRemoved
impl AppendAll for SettingsConnectionRemoved
Source§fn append(&self, i: &mut IterAppend<'_>)
fn append(&self, i: &mut IterAppend<'_>)
Performs the append operation by borrowing self.
Source§impl Debug for SettingsConnectionRemoved
impl Debug for SettingsConnectionRemoved
Source§impl ReadAll for SettingsConnectionRemoved
impl ReadAll for SettingsConnectionRemoved
Source§impl SignalArgs for SettingsConnectionRemoved
impl SignalArgs for SettingsConnectionRemoved
Source§const INTERFACE: &'static str = "org.freedesktop.NetworkManager.Settings"
const INTERFACE: &'static str = "org.freedesktop.NetworkManager.Settings"
D-Bus name of interface this signal belongs to
Source§fn to_emit_message(&self, path: &Path<'_>) -> Messagewhere
Self: AppendAll,
fn to_emit_message(&self, path: &Path<'_>) -> Messagewhere
Self: AppendAll,
Returns a message that emits the signal.
Source§fn from_message(m: &Message) -> Option<Self>
fn from_message(m: &Message) -> Option<Self>
If the message is a signal of the correct type, return its arguments, otherwise return None. Read more
Auto Trait Implementations§
impl Freeze for SettingsConnectionRemoved
impl RefUnwindSafe for SettingsConnectionRemoved
impl Send for SettingsConnectionRemoved
impl Sync for SettingsConnectionRemoved
impl Unpin for SettingsConnectionRemoved
impl UnwindSafe for SettingsConnectionRemoved
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