pub struct AllocIntermedReqType;Expand description
AllocIntermedReqType (808).
Implementations§
Source§impl AllocIntermedReqType
impl AllocIntermedReqType
pub const PENDINGACCEPT: i64 = 1
pub const PENDINGRELEASE: i64 = 2
pub const PENDINGREVERSAL: i64 = 3
pub const ACCEPT: i64 = 4
pub const BLOCKLEVELREJECT: i64 = 5
pub const ACCOUNTLEVELREJECT: i64 = 6
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocIntermedReqType
impl RefUnwindSafe for AllocIntermedReqType
impl Send for AllocIntermedReqType
impl Sync for AllocIntermedReqType
impl Unpin for AllocIntermedReqType
impl UnsafeUnpin for AllocIntermedReqType
impl UnwindSafe for AllocIntermedReqType
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