pub struct Mailboxes<'c> { /* private fields */ }Implementations§
Source§impl Mailboxes<'_>
impl Mailboxes<'_>
Sourcepub async fn get(
&self,
mailbox_name: impl Into<String> + Send,
) -> Result<Mailbox>
pub async fn get( &self, mailbox_name: impl Into<String> + Send, ) -> Result<Mailbox>
Retrieve the current state of a device
Auto Trait Implementations§
impl<'c> Freeze for Mailboxes<'c>
impl<'c> !RefUnwindSafe for Mailboxes<'c>
impl<'c> Send for Mailboxes<'c>
impl<'c> Sync for Mailboxes<'c>
impl<'c> Unpin for Mailboxes<'c>
impl<'c> !UnwindSafe for Mailboxes<'c>
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