pub struct Ainf {
pub hidden: bool,
pub profile_version: u32,
pub apid: String,
}Fields§
§profile_version: u32§apid: StringTrait Implementations§
impl Eq for Ainf
impl StructuralPartialEq for Ainf
Auto Trait Implementations§
impl Freeze for Ainf
impl RefUnwindSafe for Ainf
impl Send for Ainf
impl Sync for Ainf
impl Unpin for Ainf
impl UnsafeUnpin for Ainf
impl UnwindSafe for Ainf
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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