pub struct CollStatus;Expand description
CollStatus (910).
Implementations§
Source§impl CollStatus
impl CollStatus
pub const UNASSIGNED: i64 = 0
pub const PARTIALLYASSIGNED: i64 = 1
pub const ASSIGNMENTPROPOSED: i64 = 2
pub const ASSIGNEDACCEPTED: i64 = 3
pub const CHALLENGED: i64 = 4
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CollStatus
impl RefUnwindSafe for CollStatus
impl Send for CollStatus
impl Sync for CollStatus
impl Unpin for CollStatus
impl UnsafeUnpin for CollStatus
impl UnwindSafe for CollStatus
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