pub struct TrustAndGo<'a, PHY, D> { /* private fields */ }Implementations§
Source§impl<'a, PHY, D> TrustAndGo<'a, PHY, D>
impl<'a, PHY, D> TrustAndGo<'a, PHY, D>
pub fn configure_permissions(&mut self) -> Result<(), Error>
pub fn configure_chip_options(&mut self) -> Result<(), Error>
pub fn configure_key_types(&mut self) -> Result<(), Error>
Trait Implementations§
Source§impl<'a, PHY, D> TryFrom<&'a mut AtCaClient<PHY, D>> for TrustAndGo<'a, PHY, D>
impl<'a, PHY, D> TryFrom<&'a mut AtCaClient<PHY, D>> for TrustAndGo<'a, PHY, D>
Auto Trait Implementations§
impl<'a, PHY, D> Freeze for TrustAndGo<'a, PHY, D>
impl<'a, PHY, D> RefUnwindSafe for TrustAndGo<'a, PHY, D>where
PHY: RefUnwindSafe,
D: RefUnwindSafe,
impl<'a, PHY, D> Send for TrustAndGo<'a, PHY, D>
impl<'a, PHY, D> Sync for TrustAndGo<'a, PHY, D>
impl<'a, PHY, D> Unpin for TrustAndGo<'a, PHY, D>
impl<'a, PHY, D> !UnwindSafe for TrustAndGo<'a, PHY, D>
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