pub struct SETTLE { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for SETTLE
impl RefUnwindSafe for SETTLE
impl Send for SETTLE
impl Sync for SETTLE
impl Unpin for SETTLE
impl UnsafeUnpin for SETTLE
impl UnwindSafe for SETTLE
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