pub struct ExampleAtClient<'a> { /* private fields */ }Expand description
ATAT client mock
Implementations§
Source§impl<'a> ExampleAtClient<'a>
impl<'a> ExampleAtClient<'a>
pub fn urc_channel() -> PubSubChannel<CriticalSectionRawMutex, URCMessages<128>, 8, 1, 1>
pub fn init( channel: &'a PubSubChannel<CriticalSectionRawMutex, URCMessages<128>, 8, 1, 1>, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExampleAtClient<'a>
impl<'a> !RefUnwindSafe for ExampleAtClient<'a>
impl<'a> Send for ExampleAtClient<'a>
impl<'a> Sync for ExampleAtClient<'a>
impl<'a> Unpin for ExampleAtClient<'a>
impl<'a> !UnwindSafe for ExampleAtClient<'a>
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