#[repr(transparent)]pub struct ItemState {
pub repr: u32,
}
Fields§
§repr: u32
Implementations§
Source§impl ItemState
impl ItemState
pub const StatIdle: Self
pub const StatFetching: Self
pub const StatDone: Self
pub const StatError: Self
pub const StatAuthError: Self
pub const StatTransientNetworkError: Self
Trait Implementations§
Source§impl ExternType for ItemState
impl ExternType for ItemState
impl Copy for ItemState
impl Eq for ItemState
impl StructuralPartialEq for ItemState
Auto Trait Implementations§
impl Freeze for ItemState
impl RefUnwindSafe for ItemState
impl Send for ItemState
impl Sync for ItemState
impl Unpin for ItemState
impl UnwindSafe for ItemState
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