pub struct Host;Expand description
This machine.
Trait Implementations§
Source§impl Launcher for Host
Available on Linux only.xdg-open, which every desktop on this platform provides or is expected to.
impl Launcher for Host
Available on Linux only.
xdg-open, which every desktop on this platform provides or is expected to.
There is no trust-zone marking to apply here and concept 12 says so out
loud: Linux keeps provenance as a note rather than as a gate, so
slpc::provenance records where a content file came from and nothing
consults it. That is the platform’s shape rather than an omission in this
code, and the administrator documentation states it rather than leaving it
to be discovered.
Auto Trait Implementations§
impl Freeze for Host
impl RefUnwindSafe for Host
impl Send for Host
impl Sync for Host
impl Unpin for Host
impl UnsafeUnpin for Host
impl UnwindSafe for Host
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