pub enum AcceptGpaStatus {
Success,
Retry,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AcceptGpaStatus
impl RefUnwindSafe for AcceptGpaStatus
impl Send for AcceptGpaStatus
impl Sync for AcceptGpaStatus
impl Unpin for AcceptGpaStatus
impl UnwindSafe for AcceptGpaStatus
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