pub struct ConfirmType;Expand description
ConfirmType (773).
Implementations§
Source§impl ConfirmType
impl ConfirmType
pub const STATUS: i64 = 1
pub const CONFIRMATION: i64 = 2
pub const CONFIRMATIONREQUESTREJECTED: i64 = 3
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfirmType
impl RefUnwindSafe for ConfirmType
impl Send for ConfirmType
impl Sync for ConfirmType
impl Unpin for ConfirmType
impl UnsafeUnpin for ConfirmType
impl UnwindSafe for ConfirmType
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