pub(crate) struct FACTORY_POOL_TIMEOUT_ENDORSEMENTS {
pub(crate) __private_field: (),
}Fields§
§__private_field: ()Trait Implementations§
impl LazyStatic for FACTORY_POOL_TIMEOUT_ENDORSEMENTS
Auto Trait Implementations§
impl Freeze for FACTORY_POOL_TIMEOUT_ENDORSEMENTS
impl RefUnwindSafe for FACTORY_POOL_TIMEOUT_ENDORSEMENTS
impl Send for FACTORY_POOL_TIMEOUT_ENDORSEMENTS
impl Sync for FACTORY_POOL_TIMEOUT_ENDORSEMENTS
impl Unpin for FACTORY_POOL_TIMEOUT_ENDORSEMENTS
impl UnwindSafe for FACTORY_POOL_TIMEOUT_ENDORSEMENTS
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