pub struct CollAsgnReason;Expand description
CollAsgnReason (895).
Implementations§
Source§impl CollAsgnReason
impl CollAsgnReason
pub const INITIAL: i64 = 0
pub const SCHEDULED: i64 = 1
pub const TIMEWARNING: i64 = 2
pub const MARGINDEFICIENCY: i64 = 3
pub const MARGINEXCESS: i64 = 4
pub const FORWARDCOLLATERALDEMAND: i64 = 5
pub const EVENTOFDEFAULT: i64 = 6
pub const ADVERSETAXEVENT: i64 = 7
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CollAsgnReason
impl RefUnwindSafe for CollAsgnReason
impl Send for CollAsgnReason
impl Sync for CollAsgnReason
impl Unpin for CollAsgnReason
impl UnsafeUnpin for CollAsgnReason
impl UnwindSafe for CollAsgnReason
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