pub struct SystemBroker;Trait Implementations§
Source§impl Default for SystemBroker
impl Default for SystemBroker
Source§fn default() -> SystemBroker
fn default() -> SystemBroker
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemBroker
impl RefUnwindSafe for SystemBroker
impl Send for SystemBroker
impl Sync for SystemBroker
impl Unpin for SystemBroker
impl UnwindSafe for SystemBroker
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