pub struct ContractHandling { /* private fields */ }
Trait Implementations§
Source§impl Default for ContractHandling
impl Default for ContractHandling
Source§fn default() -> ContractHandling
fn default() -> ContractHandling
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContractHandling
impl RefUnwindSafe for ContractHandling
impl Send for ContractHandling
impl Sync for ContractHandling
impl Unpin for ContractHandling
impl UnwindSafe for ContractHandling
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