Struct Apn
#[repr(transparent)]pub struct Apn(ApnInfo);Tuple Fields§
§0: ApnInfoImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Apn
impl RefUnwindSafe for Apn
impl Send for Apn
impl Sync for Apn
impl Unpin for Apn
impl UnwindSafe for Apn
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