pub struct ReversalIndicator;Expand description
ReversalIndicator (700).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReversalIndicator
impl RefUnwindSafe for ReversalIndicator
impl Send for ReversalIndicator
impl Sync for ReversalIndicator
impl Unpin for ReversalIndicator
impl UnsafeUnpin for ReversalIndicator
impl UnwindSafe for ReversalIndicator
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