pub struct AccessPointRemoved {
pub access_point: Path<'static>,
}
Fields§
§access_point: Path<'static>
Trait Implementations§
Source§impl AppendAll for AccessPointRemoved
impl AppendAll for AccessPointRemoved
Source§fn append(&self, i: &mut IterAppend<'_>)
fn append(&self, i: &mut IterAppend<'_>)
Performs the append operation by borrowing self.
Source§impl Debug for AccessPointRemoved
impl Debug for AccessPointRemoved
Source§impl GetVal<(Path<'static>,)> for AccessPointRemoved
impl GetVal<(Path<'static>,)> for AccessPointRemoved
Source§impl ReadAll for AccessPointRemoved
impl ReadAll for AccessPointRemoved
Source§impl SignalArgs for AccessPointRemoved
impl SignalArgs for AccessPointRemoved
Source§const INTERFACE: &'static str = "org.Xetibo.ReSetWireless"
const INTERFACE: &'static str = "org.Xetibo.ReSetWireless"
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 AccessPointRemoved
impl RefUnwindSafe for AccessPointRemoved
impl Send for AccessPointRemoved
impl Sync for AccessPointRemoved
impl Unpin for AccessPointRemoved
impl UnwindSafe for AccessPointRemoved
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